Skip to content

Commit

Permalink
[PATCH] i386: Fix double #includes in arch/i386
Browse files Browse the repository at this point in the history
Fix double #includes in arch/i386

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Nicolas Kaiser authored and Andi Kleen committed Dec 7, 2006
1 parent 3529833 commit db91b88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/i386/kernel/cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion arch/i386/kernel/tsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

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

#include "mach_timer.h"
Expand Down

0 comments on commit db91b88

Please sign in to comment.