commit | b2dcb8723eb61d00c40d526702d08f6d805f5f01 | [log] [tgz] |
---|---|---|
author | Barry Song <baohua.song@csr.com> | Thu Nov 17 22:27:22 2011 +0800 |
committer | Barry Song <Barry.Song@csr.com> | Fri Dec 02 11:03:41 2011 +0800 |
tree | 924742f1489f63aff98ed2983166091dc2f6a3b1 | |
parent | 1bdfd27a0bd65ccdd7294c1080bdb59f6a5a6e72 [diff] |
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 <baohua.song@csr.com>