[PATCH][TRIVIAL] arch/i386: double inclusions

From: Nicolas Kaiser
Date: Tue Nov 07 2006 - 05:29:13 EST


double inclusions in arch/i386

Signed-off-by: Nicolas Kaiser <nikai@xxxxxxxxx>
---

arch/i386/kernel/cpuid.c | 1 -
arch/i386/kernel/tsc.c | 1 -
2 files changed, 2 deletions(-)

diff -uprN a/arch/i386/kernel/cpuid.c b/arch/i386/kernel/cpuid.c
--- a/arch/i386/kernel/cpuid.c 2006-09-20 05:42:06.000000000 +0200
+++ b/arch/i386/kernel/cpuid.c 2006-11-07 10:05:17.000000000 +0100
@@ -34,7 +34,6 @@
#include <linux/major.h>
#include <linux/fs.h>
#include <linux/smp_lock.h>
-#include <linux/fs.h>
#include <linux/device.h>
#include <linux/cpu.h>
#include <linux/notifier.h>
diff -uprN a/arch/i386/kernel/tsc.c b/arch/i386/kernel/tsc.c
--- a/arch/i386/kernel/tsc.c 2006-09-20 05:42:06.000000000 +0200
+++ b/arch/i386/kernel/tsc.c 2006-11-07 10:05:42.000000000 +0100
@@ -13,7 +13,6 @@

#include <asm/delay.h>
#include <asm/tsc.h>
-#include <asm/delay.h>
#include <asm/io.h>

#include "mach_timer.h"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/