linux/drivers/net/can/softing
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
..
Kconfig CAN: softing driver depends on IOMEM 2011-01-31 13:20:21 -08:00
Makefile
softing.h
softing_cs.c can: softing_cs needs slab.h 2011-02-09 12:43:38 -08:00
softing_fw.c
softing_main.c
softing_platform.h