X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Fmach-imx%2Fpm-imx27.c;h=acf17691d2cc97a670fb78e6da6cfd47f82e368b;hb=7cb3920a6529df7f54487abe973b903b8239e901;hp=6bf81ceea137f715f248e20266f34a32cdccdcd0;hpb=facc7a96d443d84060a8679c3fcc51d20d4981c3;p=pandora-kernel.git diff --git a/arch/arm/mach-imx/pm-imx27.c b/arch/arm/mach-imx/pm-imx27.c index 6bf81ceea137..acf17691d2cc 100644 --- a/arch/arm/mach-imx/pm-imx27.c +++ b/arch/arm/mach-imx/pm-imx27.c @@ -32,7 +32,7 @@ static int mx27_suspend_enter(suspend_state_t state) return 0; } -static struct platform_suspend_ops mx27_suspend_ops = { +static const struct platform_suspend_ops mx27_suspend_ops = { .enter = mx27_suspend_enter, .valid = suspend_valid_only_mem, };