diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-07-25 18:02:15 -0400 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-30 10:41:54 -0700 |
commit | 7f428252dbd0adc91317ae7ea27d7e27b70df1f6 (patch) | |
tree | bf6dede3df49cef4792e6bbf7ce9e141bfd92971 /arch/mips/jz4740/prom.c | |
parent | d202742058b2ee5666d9820d539b67dc14f64712 (diff) | |
download | linux-7f428252dbd0adc91317ae7ea27d7e27b70df1f6.tar.gz linux-7f428252dbd0adc91317ae7ea27d7e27b70df1f6.tar.bz2 linux-7f428252dbd0adc91317ae7ea27d7e27b70df1f6.zip |
MIPS: jz4740: Drop dead code
Remove all the source files that are not used anywhere anymore.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Tested-by: Artur Rojek <contact@artur-rojek.eu>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Diffstat (limited to 'arch/mips/jz4740/prom.c')
-rw-r--r-- | arch/mips/jz4740/prom.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/jz4740/prom.c b/arch/mips/jz4740/prom.c index 88f33af4403b..ff4555c3fb15 100644 --- a/arch/mips/jz4740/prom.c +++ b/arch/mips/jz4740/prom.c @@ -4,15 +4,10 @@ * JZ4740 SoC prom code */ -#include <linux/kernel.h> #include <linux/init.h> -#include <linux/string.h> - -#include <linux/serial_reg.h> #include <asm/bootinfo.h> #include <asm/fw/fw.h> -#include <asm/mach-jz4740/base.h> void __init prom_init(void) { |