diff options
author | Sergei Trofimovich <[email protected]> | 2012-10-24 13:43:47 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-10-24 15:12:01 -0700 |
commit | e297da6e0e39b81d1abd156c5b60321b2097fb1b (patch) | |
tree | e10a4ecdbc39c95a2d91e279a3444f9a8597ec8e /net/unix/sysctl_net_unix.c | |
parent | b3ca610a22c6f4708783b918ddbc22f4cb74589f (diff) |
staging: ipack: add missing include (implicit declaration of function 'kfree')
On ARCH=alpha make allmodconfig:
linux-2.6/drivers/staging/ipack/bridges/tpci200.c: In function 'tpci200_free_irq':
linux-2.6/drivers/staging/ipack/bridges/tpci200.c:188:2: error: implicit declaration of function 'kfree' [-Werror=implicit-function-declaration]
linux-2.6/drivers/staging/ipack/bridges/tpci200.c: In function 'tpci200_request_irq':
linux-2.6/drivers/staging/ipack/bridges/tpci200.c:215:2: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration]
Fixed by adding <linux/slab.h> header
CC: Greg Kroah-Hartman <[email protected]>
CC: Samuel Iglesias Gonsalvez <[email protected]>
CC: Jens Taprogge <[email protected]>
CC: "Miguel Gómez" <[email protected]>
CC: [email protected]
Signed-off-by: Sergei Trofimovich <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions