make most exported headers use strict integer types
[safe/jmp/linux-2.6] / include / linux / matroxfb.h
index 404f678..2203121 100644 (file)
@@ -37,7 +37,7 @@ enum matroxfb_ctrl_id {
   MATROXFB_CID_LAST
 };
 
-#define FBIO_WAITFORVSYNC      _IOW('F', 0x20, u_int32_t)
+#define FBIO_WAITFORVSYNC      _IOW('F', 0x20, __u32)
 
 #endif