From: Chen Gang Date: Fri, 29 Nov 2013 04:01:37 +0000 (+0800) Subject: arch: hexagon: kernel: reset.c: use function pointer instead of function for pm_power... X-Git-Tag: v3.15-rc1~83^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1ddb5cc58dda42db21fc3e1c05bb6c28ac4d978;p=pandora-kernel.git arch: hexagon: kernel: reset.c: use function pointer instead of function for pm_power_off and export it 'pm_power_off' is a function pointer, not a function, so need change its type, and also need export it, or can not pass compiling with allmodconfig. The related error: MODPOST 2879 modules ERROR: "pm_power_off" [drivers/char/ipmi/ipmi_poweroff.ko] undefined! Signed-off-by: Chen Gang Signed-off-by: Richard Kuo --- Reading git-diff-tree failed