Skip to content

Commit

Permalink
ARM: CSR: PM: fix build error due to undeclared 'THIS_MODULE'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Barry Song authored and Barry Song committed Dec 2, 2011
1 parent 1bdfd27 commit b2dcb87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-prima2/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <linux/kernel.h>
#include <linux/suspend.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_device.h>
Expand Down

0 comments on commit b2dcb87

Please sign in to comment.