]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - sound/soc/tegra/tegra20_ac97.c
ASoC: tegra20_ac97: Remove __devinitconst attribute
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 24 Jan 2013 09:21:16 +0000 (14:51 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 24 Jan 2013 10:55:15 +0000 (18:55 +0800)
commitd58579e3c3f8b6ce623de0ca26580375852b574f
treea9faac13ec63020bb403726f2f18458db277d81d
parentb10fedf89269a444ddfc92371acc9721749e8b41
ASoC: tegra20_ac97: Remove __devinitconst attribute

__devinitconst has been removed from the kernel and gives
the following build errors:
sound/soc/tegra/tegra20_ac97.c:460:58: error: Expected ; at end of declaration
sound/soc/tegra/tegra20_ac97.c:460:58: error: got __devinitconst

Cc: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/tegra/tegra20_ac97.c