summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2015-09-29 09:27:22 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2015-11-23 09:58:30 +0100
commit70bc53b473435f43dcf7d91304e28dd6e0ffda14 (patch)
treea660273e56aea7b724693c61aa44e78cd9a7d526 /arch/m68k/include
parent1ec218373b8ebda821aec00bb156a9c94fad9cd4 (diff)
downloadlinux-0-day-70bc53b473435f43dcf7d91304e28dd6e0ffda14.tar.gz
linux-0-day-70bc53b473435f43dcf7d91304e28dd6e0ffda14.tar.xz
m68k/mac: Kill psc_present
The presence of the Apple Peripheral System Controller (PSC) can be tested for by just checking its base address pointer. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/mac_psc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/mac_psc.h b/arch/m68k/include/asm/mac_psc.h
index e5c0d71d15432..923305117a69a 100644
--- a/arch/m68k/include/asm/mac_psc.h
+++ b/arch/m68k/include/asm/mac_psc.h
@@ -209,7 +209,6 @@
#ifndef __ASSEMBLY__
extern volatile __u8 *psc;
-extern int psc_present;
extern void psc_register_interrupts(void);
extern void psc_irq_enable(int);