diff options
author | Laurent Vivier <[email protected]> | 2020-10-09 11:56:21 +0200 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2020-11-02 12:05:21 +0100 |
commit | 1fe9bacab2ac5cca29b360e1032e6f7533fbdc78 (patch) | |
tree | c66f6c3892f82fccbb840c8e33265a12b0ee2207 /arch/m68k/hp300/config.c | |
parent | 1e10cf448f841251053c7b379dfdf0ffa77790d7 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'arch/m68k/hp300/config.c')
-rw-r--r-- | arch/m68k/hp300/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/hp300/config.c b/arch/m68k/hp300/config.c index a161d44fd20b..ce1eb3d3d55d 100644 --- a/arch/m68k/hp300/config.c +++ b/arch/m68k/hp300/config.c @@ -260,7 +260,6 @@ void __init config_hp300(void) #ifdef CONFIG_HEARTBEAT mach_heartbeat = hp300_pulse; #endif - mach_max_dma_address = 0xffffffff; if (hp300_model >= HP_330 && hp300_model <= HP_433S && hp300_model != HP_350) { |