]> Pileus Git - ~andy/linux/commit
staging: dgap: Add missing #include <linux/slab.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 29 Aug 2013 20:53:25 +0000 (22:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Aug 2013 18:30:58 +0000 (11:30 -0700)
commit351699d7ebb1e489d2ee5b51d1b4dd4cc2a822ac
tree45b6968e55f910382464a8180b3701ee49894caf
parentc211148fb6355f347ec819a05c3034acd56e75c1
staging: dgap: Add missing #include <linux/slab.h>

drivers/staging/dgap/dgap_driver.c: In function ‘dgap_cleanup_module’:
drivers/staging/dgap/dgap_driver.c:423: error: implicit declaration of function ‘kfree’
drivers/staging/dgap/dgap_driver.c: In function ‘dgap_driver_kzmalloc’:
drivers/staging/dgap/dgap_driver.c:940: error: implicit declaration of function ‘kmalloc’
drivers/staging/dgap/dgap_driver.c:940: warning: initialization makes pointer from integer without a cast

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap_driver.c