sa1100_generic.c (80c799dbf88d0b404e1304b469eb157e4e9e0fbf) | sa1100_generic.c (b51af86559d4b5c831abbec545c76f721a8d8237) |
---|---|
1/*====================================================================== 2 3 Device driver for the PCMCIA control functionality of StrongARM 4 SA-1100 microprocessors. 5 6 The contents of this file are subject to the Mozilla Public 7 License Version 1.1 (the "License"); you may not use this file 8 except in compliance with the License. You may obtain a copy of --- 87 unchanged lines hidden (view full) --- 96}; 97 98int __init pcmcia_collie_init(struct device *dev); 99 100static int (*sa11x0_pcmcia_legacy_hw_init[])(struct device *dev) = { 101#if defined(CONFIG_SA1100_H3100) || defined(CONFIG_SA1100_H3600) 102 pcmcia_h3600_init, 103#endif | 1/*====================================================================== 2 3 Device driver for the PCMCIA control functionality of StrongARM 4 SA-1100 microprocessors. 5 6 The contents of this file are subject to the Mozilla Public 7 License Version 1.1 (the "License"); you may not use this file 8 except in compliance with the License. You may obtain a copy of --- 87 unchanged lines hidden (view full) --- 96}; 97 98int __init pcmcia_collie_init(struct device *dev); 99 100static int (*sa11x0_pcmcia_legacy_hw_init[])(struct device *dev) = { 101#if defined(CONFIG_SA1100_H3100) || defined(CONFIG_SA1100_H3600) 102 pcmcia_h3600_init, 103#endif |
104#ifdef CONFIG_SA1100_SHANNON 105 pcmcia_shannon_init, 106#endif | |
107#ifdef CONFIG_SA1100_SIMPAD 108 pcmcia_simpad_init, 109#endif 110#ifdef CONFIG_SA1100_COLLIE 111 pcmcia_collie_init, 112#endif 113}; 114 --- 105 unchanged lines hidden --- | 104#ifdef CONFIG_SA1100_SIMPAD 105 pcmcia_simpad_init, 106#endif 107#ifdef CONFIG_SA1100_COLLIE 108 pcmcia_collie_init, 109#endif 110}; 111 --- 105 unchanged lines hidden --- |