staging: dgap: fix missing header inclusion
authorVincent Stehlé <vincent.stehle@laposte.net>
Tue, 31 Dec 2013 10:55:08 +0000 (11:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 18:41:03 +0000 (10:41 -0800)
commitc0ffefa403f736b4cace721f57cfa8a31861f872
treeff0feb5aba4e2de4bd93b349628514a4042a022e
parenta320dd83561cbec1abf5eff2aad36b19c9ccb437
staging: dgap: fix missing header inclusion

Include slab.h to fix the following compilation error:

  drivers/staging/dgap/dgap_fep5.c: In function ‘dgap_do_config_load’:
  drivers/staging/dgap/dgap_fep5.c:78:2: error: implicit declaration of function ‘kzalloc’ [-Werror=implicit-function-declaration]

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Cc: Lidza Louina <lidza.louina@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Scott H Kilau <Scott_Kilau@digi.com>
Cc: Eng.Linux@digi.com
Cc: trivial@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap_fep5.c
This page took 0.025728 seconds and 5 git commands to generate.