ASoC: remove use of __devinitconst
[deliverable/linux.git] / sound / soc / tegra / tegra20_spdif.c
index 3ebc8670ba00f0bd4f0c901efefe50b433b309b0..d9641ef7b1eef0e0a499ad045b76634304499569 100644 (file)
@@ -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)
 };
This page took 0.027971 seconds and 5 git commands to generate.