summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/machdep.h
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2020-10-09 11:56:21 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2020-11-02 12:05:21 +0100
commit1fe9bacab2ac5cca29b360e1032e6f7533fbdc78 (patch)
treec66f6c3892f82fccbb840c8e33265a12b0ee2207 /arch/m68k/include/asm/machdep.h
parent1e10cf448f841251053c7b379dfdf0ffa77790d7 (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 <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/include/asm/machdep.h')
-rw-r--r--arch/m68k/include/asm/machdep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/machdep.h b/arch/m68k/include/asm/machdep.h
index 49bd3266b4b1..e564101790ab 100644
--- a/arch/m68k/include/asm/machdep.h
+++ b/arch/m68k/include/asm/machdep.h
@@ -27,7 +27,6 @@ extern void (*mach_halt)( void );
extern void (*mach_power_off)( void );
extern unsigned long (*mach_hd_init) (unsigned long, unsigned long);
extern void (*mach_hd_setup)(char *, int *);
-extern long mach_max_dma_address;
extern void (*mach_heartbeat) (int);
extern void (*mach_l2_flush) (int);
extern void (*mach_beep) (unsigned int, unsigned int);