]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/arm/mach-sa1100/include/mach/nanoengine.h
PCMCIA: sa11x0: nanoengine: convert to use new irq/gpio management
[mirror_ubuntu-zesty-kernel.git] / arch / arm / mach-sa1100 / include / mach / nanoengine.h
index 14f8382d06659a1ad0914a8d8029cb9ae6a9238d..ad24c6c37402daef7b5b736766247ac83e05303a 100644 (file)
 
 #include <mach/irqs.h>
 
-#define GPIO_PC_READY0 GPIO_GPIO(11) /* ready for socket 0 (active high)*/
-#define GPIO_PC_READY1 GPIO_GPIO(12) /* ready for socket 1 (active high) */
-#define GPIO_PC_CD0    GPIO_GPIO(13) /* detect for socket 0 (active low) */
-#define GPIO_PC_CD1    GPIO_GPIO(14) /* detect for socket 1 (active low) */
+#define GPIO_PC_READY0 11 /* ready for socket 0 (active high)*/
+#define GPIO_PC_READY1 12 /* ready for socket 1 (active high) */
+#define GPIO_PC_CD0    13 /* detect for socket 0 (active low) */
+#define GPIO_PC_CD1    14 /* detect for socket 1 (active low) */
 #define GPIO_PC_RESET0 GPIO_GPIO(15) /* reset socket 0 */
 #define GPIO_PC_RESET1 GPIO_GPIO(16) /* reset socket 1 */