diff options
Diffstat (limited to 'drivers/pcmcia/sa1100_generic.c')
| -rw-r--r-- | drivers/pcmcia/sa1100_generic.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/pcmcia/sa1100_generic.c b/drivers/pcmcia/sa1100_generic.c index b768fa81f043..acf60ffc8a12 100644 --- a/drivers/pcmcia/sa1100_generic.c +++ b/drivers/pcmcia/sa1100_generic.c | |||
| @@ -38,8 +38,12 @@ | |||
| 38 | #include <pcmcia/cs.h> | 38 | #include <pcmcia/cs.h> |
| 39 | #include <pcmcia/ss.h> | 39 | #include <pcmcia/ss.h> |
| 40 | 40 | ||
| 41 | #include <asm/hardware/scoop.h> | ||
| 42 | |||
| 41 | #include "sa1100_generic.h" | 43 | #include "sa1100_generic.h" |
| 42 | 44 | ||
| 45 | int __init pcmcia_collie_init(struct device *dev); | ||
| 46 | |||
| 43 | static int (*sa11x0_pcmcia_hw_init[])(struct device *dev) = { | 47 | static int (*sa11x0_pcmcia_hw_init[])(struct device *dev) = { |
| 44 | #ifdef CONFIG_SA1100_ASSABET | 48 | #ifdef CONFIG_SA1100_ASSABET |
| 45 | pcmcia_assabet_init, | 49 | pcmcia_assabet_init, |
| @@ -56,6 +60,9 @@ static int (*sa11x0_pcmcia_hw_init[])(struct device *dev) = { | |||
| 56 | #ifdef CONFIG_SA1100_SIMPAD | 60 | #ifdef CONFIG_SA1100_SIMPAD |
| 57 | pcmcia_simpad_init, | 61 | pcmcia_simpad_init, |
| 58 | #endif | 62 | #endif |
| 63 | #ifdef CONFIG_SA1100_COLLIE | ||
| 64 | pcmcia_collie_init, | ||
| 65 | #endif | ||
| 59 | }; | 66 | }; |
| 60 | 67 | ||
| 61 | static int sa11x0_drv_pcmcia_probe(struct device *dev) | 68 | static int sa11x0_drv_pcmcia_probe(struct device *dev) |
