diff --git a/drivers/video/tegra/tsec/tsec.c b/drivers/video/tegra/tsec/tsec.c index bce55df8..1f1218c5 100644 --- a/drivers/video/tegra/tsec/tsec.c +++ b/drivers/video/tegra/tsec/tsec.c @@ -390,7 +390,7 @@ static int tsec_module_init(struct platform_device *dev) } -const static struct dev_pm_ops tsec_module_pm_ops = { +static const struct dev_pm_ops tsec_module_pm_ops = { SET_SYSTEM_SLEEP_PM_OPS(tsec_module_suspend, tsec_module_resume) };