]> bbs.cooldavid.org Git - net-next-2.6.git/commit
sfc: Fix build due to lack of vmalloc.h include.
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Sep 2010 23:11:06 +0000 (16:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Sep 2010 23:11:06 +0000 (16:11 -0700)
commit10ed61c432c013705ef6a2bebad139fc5d72e274
tree73a4cd7477e0cbb5cbf49bb493437bb507a8a8cd
parent98e684bd5c927cb94ff23fb6f1dd34dd346a19cf
sfc: Fix build due to lack of vmalloc.h include.

drivers/net/sfc/filter.c: In function ‘efx_probe_filters’:
drivers/net/sfc/filter.c:422: error: implicit declaration of function ‘vmalloc’
drivers/net/sfc/filter.c:422: warning: assignment makes pointer from integer without a cast
drivers/net/sfc/filter.c: In function ‘efx_remove_filters’:
drivers/net/sfc/filter.c:442: error: implicit declaration of function ‘vfree’

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sfc/net_driver.h