diff options
author | Lucas Woods <woodzy@gmail.com> | 2007-11-05 23:22:27 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-11-07 00:23:11 -0500 |
commit | 9c969ffe1f1bb349e118a299f76f6bb0bbd6b05a (patch) | |
tree | c1df24a3ade5a01257ae309c66a04c3f4a4dc5e4 /arch/sparc64/kernel/module.c | |
parent | dbeeb816e805091e7cfc03baf36dc40b4adb2bbd (diff) |
[SPARC]: Remove duplicate includes.
Signed-off-by: Lucas Woods <woodzy@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/module.c')
-rw-r--r-- | arch/sparc64/kernel/module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/module.c b/arch/sparc64/kernel/module.c index 579871527699..158484bf5999 100644 --- a/arch/sparc64/kernel/module.c +++ b/arch/sparc64/kernel/module.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <linux/fs.h> | 11 | #include <linux/fs.h> |
12 | #include <linux/string.h> | 12 | #include <linux/string.h> |
13 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
14 | #include <linux/vmalloc.h> | ||
15 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
16 | 15 | ||
17 | #include <asm/processor.h> | 16 | #include <asm/processor.h> |