Skip to content

Commit

Permalink
arch/x86/kernel/cpuid.c: removed duplicated #include
Browse files Browse the repository at this point in the history
Removed duplicated include file <linux/smp_lock.h> in
arch/x86/kernel/cpuid.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Huang Weiyi authored and Ingo Molnar committed Aug 11, 2008
1 parent 4c94265 commit 8aeb402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <linux/smp_lock.h>
#include <linux/major.h>
#include <linux/fs.h>
#include <linux/smp_lock.h>
#include <linux/device.h>
#include <linux/cpu.h>
#include <linux/notifier.h>
Expand Down

0 comments on commit 8aeb402

Please sign in to comment.