Messages in this thread |  | | Date | Fri, 30 Aug 2002 10:39:07 -0700 | Subject | Re: wavelan_cs.c in linux-2.4.20-pre5 | From | Jean Tourrilhes <> |
| |
On Fri, Aug 30, 2002 at 06:36:59PM +0100, Timothy Murphy wrote: > I'm not quite sure if you are responsible for this driver, > but I thought I would mention that I had to #include <linux/types.h> > in wavelan_cs.c to compete compilation of the kernel, > after getting warnings that seemed to imply u32 was undefined.
That's the wrong fix. #include <linux/types.h> is already available in wavelan.p.h. Those includes should be moved there as well.
Jean
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |