diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 19:25:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-20 02:58:34 +0100 |
commit | f6e6574499eeeeee747d9cfc7ba9f4328bb1806d (patch) | |
tree | d89c4674aed03b580600e76dea335f23169fa828 /sound/soc/tegra/tegra20_spdif.c | |
parent | Linux 3.7-rc6 (diff) | |
download | linux-f6e6574499eeeeee747d9cfc7ba9f4328bb1806d.tar.xz linux-f6e6574499eeeeee747d9cfc7ba9f4328bb1806d.zip |
ASoC: remove use of __devinitconst
CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra20_spdif.c')
-rw-r--r-- | sound/soc/tegra/tegra20_spdif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra20_spdif.c b/sound/soc/tegra/tegra20_spdif.c index 3ebc8670ba00..d9641ef7b1ee 100644 --- a/sound/soc/tegra/tegra20_spdif.c +++ b/sound/soc/tegra/tegra20_spdif.c @@ -373,7 +373,7 @@ static int __devexit tegra20_spdif_platform_remove(struct platform_device *pdev) return 0; } -static const struct dev_pm_ops tegra20_spdif_pm_ops __devinitconst = { +static const struct dev_pm_ops tegra20_spdif_pm_ops = { SET_RUNTIME_PM_OPS(tegra20_spdif_runtime_suspend, tegra20_spdif_runtime_resume, NULL) }; |