diff options
author | Scott Wood <scottwood@freescale.com> | 2014-06-20 20:42:59 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-06-25 19:49:39 -0400 |
commit | 39eb56da2b53bec6720181ed6dc29390a1d91f25 (patch) | |
tree | b2d5c15554941b967efe08f53e0250518f717ec3 /arch/powerpc/platforms/8xx/m8xx_setup.c | |
parent | 2759a7f13da3470919fe9e95f77ed565fe9d1975 (diff) |
pcmcia: Remove m8xx_pcmcia driver
This driver doesn't build, and apparently has not built since
arch/ppc was removed in 2008 (when mk_int_int_mask was removed
from asm/irq.h, among other build errors).
A few weeks ago I asked whether anyone was actively maintaining
this code, and got no positive response:
http://patchwork.ozlabs.org/patch/352082/
So, let's remove it.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Cc: Vitaly Bordug <vitb@kernel.crashing.org>
Cc: linux-pcmcia@lists.infradead.org
Cc: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'arch/powerpc/platforms/8xx/m8xx_setup.c')
-rw-r--r-- | arch/powerpc/platforms/8xx/m8xx_setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/8xx/m8xx_setup.c b/arch/powerpc/platforms/8xx/m8xx_setup.c index 587a2828b06c..623bb43f2b48 100644 --- a/arch/powerpc/platforms/8xx/m8xx_setup.c +++ b/arch/powerpc/platforms/8xx/m8xx_setup.c | |||
@@ -28,8 +28,6 @@ | |||
28 | 28 | ||
29 | #include "mpc8xx.h" | 29 | #include "mpc8xx.h" |
30 | 30 | ||
31 | struct mpc8xx_pcmcia_ops m8xx_pcmcia_ops; | ||
32 | |||
33 | extern int cpm_pic_init(void); | 31 | extern int cpm_pic_init(void); |
34 | extern int cpm_get_irq(void); | 32 | extern int cpm_get_irq(void); |
35 | 33 | ||