• Tushar Behera's avatar
    staging: dgnc: driver.c: Need to include slab.h · 68a5a5f3
    Tushar Behera authored
    With 'allyesconfig', we get following error without this.
    
    drivers/staging/dgnc/dgnc_driver.c: In function ‘dgnc_cleanup_board’:
    drivers/staging/dgnc/dgnc_driver.c:459:3: error: implicit declaration of function ‘kfree’ [-Werror=implicit-function-declaration]
       kfree(brd->msgbuf_head);
       ^
    drivers/staging/dgnc/dgnc_driver.c: In function ‘dgnc_driver_kzmalloc’:
    drivers/staging/dgnc/dgnc_driver.c:905:2: error: implicit declaration of function ‘kmalloc’ [-Werror=implicit-function-declaration]
      void *p = kmalloc(size, priority);
    Signed-off-by: default avatarTushar Behera <tushar.behera@linaro.org>
    Cc: Lidza Louina <lidza.louina@gmail.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    68a5a5f3
dgnc_driver.c 23.9 KB