X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=drivers%2Fplatform%2Fx86%2Fhp-wmi.c;h=63c3e658a884e3f0d46b3f076e91862b3471b8b6;hp=804cfdb882865e6de7dbbb5ae0e279bd20a4c7ef;hb=abdef01daceb120ef8cc03fbc96d5e029e2810b0;hpb=e5fbba85a7acc2626d4fe14501816811d702f3e9 diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c index 804cfdb8828..63c3e658a88 100644 --- a/drivers/platform/x86/hp-wmi.c +++ b/drivers/platform/x86/hp-wmi.c @@ -100,7 +100,7 @@ static struct rfkill *wifi_rfkill; static struct rfkill *bluetooth_rfkill; static struct rfkill *wwan_rfkill; -static struct dev_pm_ops hp_wmi_pm_ops = { +static const struct dev_pm_ops hp_wmi_pm_ops = { .resume = hp_wmi_resume_handler, .restore = hp_wmi_resume_handler, };