X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Favr32%2Fmach-at32ap%2Fpm.c;h=32d680eb6f4842be56d17f40197c2a6fd4f77f37;hb=27d189c02ba25851973c8582e419c0bded9f7e5b;hp=f021edfeaab0d8ea253e0305479d51b813880309;hpb=470fba7ebe60ad9185056b080b331abad24b4df9;p=pandora-kernel.git 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, };