1
0
Files
linux/drivers/net/can
Randy Dunlap 69e6ed1860 can: softing_cs needs slab.h
From: Randy Dunlap <randy.dunlap@oracle.com>

softing_cs.c uses kzalloc & kfree, so it needs to include linux/slab.h.

drivers/net/can/softing/softing_cs.c:234: error: implicit declaration of function 'kfree'
drivers/net/can/softing/softing_cs.c:271: error: implicit declaration of function 'kzalloc'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-02-09 12:43:38 -08:00
..
2010-11-09 09:22:30 -08:00
2010-12-21 02:16:10 -08:00
2011-02-09 12:43:38 -08:00
2010-05-10 05:01:31 -07:00
2011-01-21 20:15:17 -08:00