X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Favr32%2Fmach-at32ap%2Fpm.c;h=32d680eb6f4842be56d17f40197c2a6fd4f77f37;hp=f021edfeaab0d8ea253e0305479d51b813880309;hb=9b6941d8b103fe95d1a90b7996046be9ee0e55e4;hpb=b2aaf8f74cdc84a9182f6cabf198b7763bcb9d40 diff --git a/arch/avr32/mach-at32ap/pm.c b/arch/avr32/mach-at32ap/pm.c index f021edfeaab0..32d680eb6f48 100644 --- a/arch/avr32/mach-at32ap/pm.c +++ b/arch/avr32/mach-at32ap/pm.c @@ -176,7 +176,7 @@ out: return 0; } -static struct platform_suspend_ops avr32_pm_ops = { +static const struct platform_suspend_ops avr32_pm_ops = { .valid = avr32_pm_valid_state, .enter = avr32_pm_enter, };