Re: [PATCH] staging: dgnc: driver.c: include slab.h

2013-08-24 Thread Greg KH
On Sat, Aug 24, 2013 at 09:59:40PM -0400, Lidza Louina wrote: > This patch adds the slab.h dependency to driver.c. The code > was causing these errors: > > drivers/staging/dgnc/dgnc_driver.c: In function 'dgnc_cleanup_board': > >> drivers/staging/dgnc/dgnc_driver.c:461:3: error: implicit declarati

[PATCH] staging: dgnc: driver.c: include slab.h

2013-08-24 Thread Lidza Louina
This patch adds the slab.h dependency to driver.c. The code was causing these errors: drivers/staging/dgnc/dgnc_driver.c: In function 'dgnc_cleanup_board': >> drivers/staging/dgnc/dgnc_driver.c:461:3: error: implicit declaration of function 'kfree' [-Werror=implicit-function-declaration] drivers/s