Re: [-mm patch] drivers/net/wireless/tiacx/: add missing #include 'a

2005-11-12 Thread Denis Vlasenko
On Friday 11 November 2005 22:07, Adrian Bunk wrote: > This is required for always getting the vmalloc()/vfree() prototypes. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Applied, thanks. -- vda - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [

[-mm patch] drivers/net/wireless/tiacx/: add missing #include 'a

2005-11-11 Thread Adrian Bunk
This is required for always getting the vmalloc()/vfree() prototypes. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/net/wireless/tiacx/common.c |1 + drivers/net/wireless/tiacx/pci.c|1 + drivers/net/wireless/tiacx/usb.c|1 + 3 files changed, 3 insertions(+) -