* [PATCH] arm26: remove duplicate include of linux/module.h
@ 2007-07-29 21:43 Jesper Juhl
2007-07-29 21:48 ` Robert P. J. Day
0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2007-07-29 21:43 UTC (permalink / raw)
To: Ian Molton; +Cc: Linux Kernel Mailing List, Andrew Morton, Jesper Juhl
Hi,
This patch removes the duplicate inclusion of
linux/module.h from arm26.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---
arch/arm26/kernel/armksyms.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm26/kernel/armksyms.c b/arch/arm26/kernel/armksyms.c
index fe1e3ce..0ddda4d 100644
--- a/arch/arm26/kernel/armksyms.c
+++ b/arch/arm26/kernel/armksyms.c
@@ -8,7 +8,6 @@
* published by the Free Software Foundation.
*/
#include <linux/module.h>
-#include <linux/module.h>
#include <linux/user.h>
#include <linux/string.h>
#include <linux/fs.h>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-29 21:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-29 21:43 [PATCH] arm26: remove duplicate include of linux/module.h Jesper Juhl
2007-07-29 21:48 ` Robert P. J. Day
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.