Skip to content

Commit

Permalink
MIPS: Remove duplicated #include
Browse files Browse the repository at this point in the history
Remove duplicated #include in arch/mips/kernel/smp.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Huang Weiyi authored and Ralf Baechle committed Sep 30, 2009
1 parent 6fae531 commit 742db5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <linux/cpumask.h>
#include <linux/cpu.h>
#include <linux/err.h>
#include <linux/smp.h>

#include <asm/atomic.h>
#include <asm/cpu.h>
Expand Down

0 comments on commit 742db5d

Please sign in to comment.