Skip to content

Commit

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

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Cc: mingo@redhat.com
Cc: hpa@zytor.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Huang Weiyi authored and Thomas Gleixner committed May 25, 2008
1 parent e83e31f commit 2cc7411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kernel/ipi.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <linux/kernel_stat.h>
#include <linux/mc146818rtc.h>
#include <linux/cache.h>
#include <linux/interrupt.h>
#include <linux/cpu.h>
#include <linux/module.h>

Expand Down

0 comments on commit 2cc7411

Please sign in to comment.