diff options
author | Danny Kukawka <[email protected]> | 2012-07-19 09:11:16 +0200 |
---|---|---|
committer | Ralf Baechle <[email protected]> | 2012-07-19 11:23:44 +0200 |
commit | ca760ca5238c55cd0e29291c63e35ac6634d385f (patch) | |
tree | 30c37d6137dbefee9da1980c9f84349e3777fef8 | |
parent | 4a043d79dc2d082b0df28820d43b96f1cdaf29e7 (diff) |
MIPS: BMIPS: Fix duplicate header inclusion.
Signed-off-by: Danny Kukawka <[email protected]>
Cc: Danny Kukawka <[email protected]>
Cc: Kevin Cernekee <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/3369/
Signed-off-by: Ralf Baechle <[email protected]>
-rw-r--r-- | arch/mips/kernel/smp-bmips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/smp-bmips.c b/arch/mips/kernel/smp-bmips.c index 3046e2986006..32fe9254d943 100644 --- a/arch/mips/kernel/smp-bmips.c +++ b/arch/mips/kernel/smp-bmips.c @@ -15,7 +15,6 @@ #include <linux/smp.h> #include <linux/interrupt.h> #include <linux/spinlock.h> -#include <linux/init.h> #include <linux/cpu.h> #include <linux/cpumask.h> #include <linux/reboot.h> |