diff options
Diffstat (limited to 'arch/mips/boot/compressed/dbg.c')
-rw-r--r-- | arch/mips/boot/compressed/dbg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/boot/compressed/dbg.c b/arch/mips/boot/compressed/dbg.c index 134a6162e394..06c6a5bd175d 100644 --- a/arch/mips/boot/compressed/dbg.c +++ b/arch/mips/boot/compressed/dbg.c @@ -6,7 +6,6 @@ * need to implement your own putc(). */ #include <linux/compiler.h> -#include <linux/init.h> #include <linux/types.h> void __weak putc(char c) |