diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-07-31 16:14:14 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:30:50 -0400 |
commit | 73017a542fd2e92a02464eb8b727c200c97e6c0c (patch) | |
tree | 39063d55b4110c321433678169078ea86b81781f /arch/arm/kernel | |
parent | dc28094b905a872f8884f1f1c48ca86b3b78583a (diff) |
arm: fix implicit module.h users by adding it to arch/arm as required.
These files will fail to compile if we dont clean them up in advance
and have them include the appropriate headers they need.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r-- | arch/arm/kernel/etm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/kernel/etm.c b/arch/arm/kernel/etm.c index 1bec8b5f22f0..36d20bd50120 100644 --- a/arch/arm/kernel/etm.c +++ b/arch/arm/kernel/etm.c | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <linux/miscdevice.h> | 24 | #include <linux/miscdevice.h> |
25 | #include <linux/vmalloc.h> | 25 | #include <linux/vmalloc.h> |
26 | #include <linux/mutex.h> | 26 | #include <linux/mutex.h> |
27 | #include <linux/module.h> | ||
27 | #include <asm/hardware/coresight.h> | 28 | #include <asm/hardware/coresight.h> |
28 | #include <asm/sections.h> | 29 | #include <asm/sections.h> |
29 | 30 | ||