From: Barry Song Date: Thu, 17 Nov 2011 14:27:22 +0000 (+0800) Subject: ARM: CSR: PM: fix build error due to undeclared 'THIS_MODULE' X-Git-Tag: v3.2-rc5~29^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2dcb8723eb61d00c40d526702d08f6d805f5f01;p=pandora-kernel.git ARM: CSR: PM: fix build error due to undeclared 'THIS_MODULE' In the new kernel, we will get the following compile error: arch/arm/mach-prima2/pm.c:141: error: 'THIS_MODULE' undeclared here (not in a function) so include module.h head file explicitly Signed-off-by: Barry Song --- Reading git-diff-tree failed