]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/pcmcia/cs_types.h
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.git] / include / pcmcia / cs_types.h
index f402a0f435b451ce6843a4e9fa7faaf4620ede61..315965a37930099f6ffed2a672b303ba694b9bc6 100644 (file)
 #include <sys/types.h>
 #endif
 
-#if defined(__arm__) || defined(__mips__) || defined(__avr32__) || \
-       defined(__bfin__)
-/* This (ioaddr_t) is exposed to userspace & hence cannot be changed. */
-typedef u_int   ioaddr_t;
-#else
-typedef u_short        ioaddr_t;
-#endif
-
 typedef u_short        socket_t;
 typedef u_int  event_t;
 typedef u_char cisdata_t;