* remove duplicated include
@ 2008-04-29 9:53 Huang Weiyi
2008-04-29 10:19 ` David Miller
0 siblings, 1 reply; 4+ messages in thread
From: Huang Weiyi @ 2008-04-29 9:53 UTC (permalink / raw)
To: sparclinux
Remove dulicated include file <asm/timer.h> in arch/sparc64/kernel/smp.c.
Signed-off-by: Huang Weiyi <hwy@cn.fujitsu.com>
--- a/arch/sparc64/kernel/smp.c 2008-04-29 15:34:08.000000000 +0800
+++ b/arch/sparc64/kernel/smp.c 2008-04-29 15:34:13.000000000 +0800
@@ -38,7 +38,6 @@
#include <asm/pgtable.h>
#include <asm/oplib.h>
#include <asm/uaccess.h>
-#include <asm/timer.h>
#include <asm/starfire.h>
#include <asm/tlb.h>
#include <asm/sections.h>
^ permalink raw reply [flat|nested] 4+ messages in thread
* remove duplicated include
@ 2008-05-08 13:34 Huang Weiyi
0 siblings, 0 replies; 4+ messages in thread
From: Huang Weiyi @ 2008-05-08 13:34 UTC (permalink / raw)
To: benh; +Cc: linuxppc-dev
Removed duplicated include file <asm/prom.h> in powerpc/kernel/btext.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
--- a/powerpc/kernel/btext.c 2008-05-08 21:20:20.000000000 +0800
+++ b/powerpc/kernel/btext.c 2008-05-08 21:20:38.000000000 +0800
@@ -16,7 +16,6 @@
#include <asm/mmu.h>
#include <asm/pgtable.h>
#include <asm/io.h>
-#include <asm/prom.h>
#include <asm/processor.h>
#include <asm/udbg.h>
^ permalink raw reply [flat|nested] 4+ messages in thread
* remove duplicated include
@ 2008-05-08 14:16 Huang Weiyi
0 siblings, 0 replies; 4+ messages in thread
From: Huang Weiyi @ 2008-05-08 14:16 UTC (permalink / raw)
To: dmitry.torokhov, dtor; +Cc: linux-input
Removed duplicated include file <linux/module.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
--- a/drivers/input/misc/apanel.c 2008-05-08 22:09:04.000000000 +0800
+++ b/drivers/input/misc/apanel.c 2008-05-08 22:09:16.000000000 +0800
@@ -20,7 +20,6 @@
#include <linux/module.h>
#include <linux/ioport.h>
#include <linux/io.h>
-#include <linux/module.h>
#include <linux/input-polldev.h>
#include <linux/i2c.h>
#include <linux/workqueue.h>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-05-08 14:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29 9:53 remove duplicated include Huang Weiyi
2008-04-29 10:19 ` David Miller
-- strict thread matches above, loose matches on Subject: below --
2008-05-08 13:34 Huang Weiyi
2008-05-08 14:16 Huang Weiyi
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.