* [PATCH 2.6.22-rc5] remove duplicate header include line
@ 2007-06-20 4:00 MUNEDA Takahiro
0 siblings, 0 replies; only message in thread
From: MUNEDA Takahiro @ 2007-06-20 4:00 UTC (permalink / raw)
To: linux-ia64
Hi,
<linux/profile.h> is included twice. This patch removes the duplication.
I've confirmed the binary file with/without patch is completely same.
Thanks,
MUNE
Remove duplicate header include line from arch/ia64/kernel/time.c.
Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
---
arch/ia64/kernel/time.c | 1 -
1 files changed, 1 deletion(-)
Index: linux-2.6.22-rc5/arch/ia64/kernel/time.c
=================================--- linux-2.6.22-rc5.orig/arch/ia64/kernel/time.c 2007-06-17 11:09:12.000000000 +0900
+++ linux-2.6.22-rc5/arch/ia64/kernel/time.c 2007-06-20 12:28:04.000000000 +0900
@@ -18,7 +18,6 @@
#include <linux/time.h>
#include <linux/interrupt.h>
#include <linux/efi.h>
-#include <linux/profile.h>
#include <linux/timex.h>
#include <asm/machvec.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-06-20 4:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-20 4:00 [PATCH 2.6.22-rc5] remove duplicate header include line MUNEDA Takahiro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox