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> - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Jun 20 14:06:15 2007
This archive was generated by hypermail 2.1.8 : 2007-06-20 14:06:38 EST