diff options
author | Michal Simek <michal.simek@xilinx.com> | 2013-02-01 07:10:35 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-02-12 05:24:45 -0500 |
commit | d64af918feb6cb81c396d6d2dabb738bc51dda3f (patch) | |
tree | a13ce75ae3e54e177a6219a3961f90f7c3aa861e /arch/microblaze/kernel/prom.c | |
parent | 6bd55f0bbaebb79b39e147aa864401fd0c94db82 (diff) |
microblaze: Do not use module.h in files which are not modules
Based on the patch:
"lib: reduce the use of module.h wherever possible"
(sha1: 8bc3bcc93a2b4e47d5d410146f6546bca6171663)
fix all microblaze files which are not modules.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/kernel/prom.c')
-rw-r--r-- | arch/microblaze/kernel/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/prom.c b/arch/microblaze/kernel/prom.c index a744e3f18883..0a2c68f9f9b0 100644 --- a/arch/microblaze/kernel/prom.c +++ b/arch/microblaze/kernel/prom.c | |||
@@ -14,6 +14,7 @@ | |||
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <stdarg.h> | 16 | #include <stdarg.h> |
17 | #include <linux/export.h> | ||
17 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
18 | #include <linux/string.h> | 19 | #include <linux/string.h> |
19 | #include <linux/init.h> | 20 | #include <linux/init.h> |
@@ -25,7 +26,6 @@ | |||
25 | #include <linux/delay.h> | 26 | #include <linux/delay.h> |
26 | #include <linux/initrd.h> | 27 | #include <linux/initrd.h> |
27 | #include <linux/bitops.h> | 28 | #include <linux/bitops.h> |
28 | #include <linux/module.h> | ||
29 | #include <linux/kexec.h> | 29 | #include <linux/kexec.h> |
30 | #include <linux/debugfs.h> | 30 | #include <linux/debugfs.h> |
31 | #include <linux/irq.h> | 31 | #include <linux/irq.h> |