[PATCH] cs_types.h

From: Daniel Micol Ponce
Date: Sun Feb 15 2004 - 15:40:00 EST


Hi, this patch changes ioaddr_t type to u_int because it caused a
comparsion in drivers/pcmcia/i82092.c to be always false.

--- linux-2.6.3-rc3/include/pcmcia/cs_types.h 2004-02-06
13:29:21.000000000 +0100
+++ linux-2.6.3-rc4/include/pcmcia/cs_types.h 2004-02-15
20:41:21.264547152 +0100
@@ -39,7 +39,7 @@
#ifdef __arm__
typedef u_int ioaddr_t;
#else
-typedef u_short ioaddr_t;
+typedef u_int ioaddr_t;
#endif

typedef u_short socket_t;


Hope this helps.

Daniel Micol

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/