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>
This commit is contained in:

committed by
Mark Brown

parent
f4a75d2eb7
commit
f6e6574499
@@ -508,12 +508,12 @@ static int __devexit tegra30_i2s_platform_remove(struct platform_device *pdev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static const struct of_device_id tegra30_i2s_of_match[] __devinitconst = {
|
||||
static const struct of_device_id tegra30_i2s_of_match[] = {
|
||||
{ .compatible = "nvidia,tegra30-i2s", },
|
||||
{},
|
||||
};
|
||||
|
||||
static const struct dev_pm_ops tegra30_i2s_pm_ops __devinitconst = {
|
||||
static const struct dev_pm_ops tegra30_i2s_pm_ops = {
|
||||
SET_RUNTIME_PM_OPS(tegra30_i2s_runtime_suspend,
|
||||
tegra30_i2s_runtime_resume, NULL)
|
||||
};
|
||||
|
Reference in New Issue
Block a user