diff options
author | Laurent Vivier <laurent@vivier.eu> | 2020-10-09 11:56:21 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2020-11-02 12:05:21 +0100 |
commit | 1fe9bacab2ac5cca29b360e1032e6f7533fbdc78 (patch) | |
tree | c66f6c3892f82fccbb840c8e33265a12b0ee2207 /arch/m68k/atari | |
parent | 1e10cf448f841251053c7b379dfdf0ffa77790d7 (diff) | |
download | linux-1fe9bacab2ac5cca29b360e1032e6f7533fbdc78.tar.gz linux-1fe9bacab2ac5cca29b360e1032e6f7533fbdc78.tar.bz2 linux-1fe9bacab2ac5cca29b360e1032e6f7533fbdc78.zip |
m68k: Remove unused mach_max_dma_address
This information is unused since the discontinuous memory support
has been introduced in 2007.
Fixes: 12d810c1b8c2 ("m68k: discontinuous memory support")
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Link: https://lore.kernel.org/r/20201009095621.833192-1-laurent@vivier.eu
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/atari')
-rw-r--r-- | arch/m68k/atari/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/atari/config.c b/arch/m68k/atari/config.c index 7ec3161e8517..43b4e764a1ac 100644 --- a/arch/m68k/atari/config.c +++ b/arch/m68k/atari/config.c @@ -205,7 +205,6 @@ void __init config_atari(void) mach_get_model = atari_get_model; mach_get_hardware_list = atari_get_hardware_list; mach_reset = atari_reset; - mach_max_dma_address = 0xffffff; #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP) mach_beep = atari_mksound; #endif |