diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-07-26 00:02:15 +0200 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-30 19:41:54 +0200 |
commit | 7f428252dbd0adc91317ae7ea27d7e27b70df1f6 (patch) | |
tree | bf6dede3df49cef4792e6bbf7ce9e141bfd92971 /arch/mips/jz4740/setup.c | |
parent | hwmon: Drop obsolete JZ4740 driver (diff) | |
download | linux-7f428252dbd0adc91317ae7ea27d7e27b70df1f6.tar.xz 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/setup.c')
-rw-r--r-- | arch/mips/jz4740/setup.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/jz4740/setup.c b/arch/mips/jz4740/setup.c index 5c58f304fa0a..dc8ee21e0948 100644 --- a/arch/mips/jz4740/setup.c +++ b/arch/mips/jz4740/setup.c @@ -15,10 +15,9 @@ #include <asm/bootinfo.h> #include <asm/prom.h> -#include <asm/mach-jz4740/base.h> - #include "reset.h" +#define JZ4740_EMC_BASE_ADDR 0x13010000 #define JZ4740_EMC_SDRAM_CTRL 0x80 |