On Sun, Nov 11, 2012 at 03:41:25PM +0000, Malcolm Priestley wrote: > /****** Common pointer types ***********************************************/ > > -typedef unsigned long ULONG_PTR; // 32-bit > -typedef unsigned long DWORD_PTR; // 32-bit > +typedef u32 ULONG_PTR; > +typedef u32 DWORD_PTR; A pointer does not fit in u32 on all arches, only unsigned long works here. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html