diff options
Diffstat (limited to 'net/bluetooth/bnep/sock.c')
| -rw-r--r-- | net/bluetooth/bnep/sock.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/bnep/sock.c b/net/bluetooth/bnep/sock.c index 2ff6ac7b2ed..2862f53b66b 100644 --- a/net/bluetooth/bnep/sock.c +++ b/net/bluetooth/bnep/sock.c @@ -30,7 +30,6 @@  #include <linux/capability.h>  #include <linux/errno.h>  #include <linux/kernel.h> -#include <linux/slab.h>  #include <linux/poll.h>  #include <linux/fcntl.h>  #include <linux/skbuff.h> @@ -39,6 +38,7 @@  #include <linux/file.h>  #include <linux/init.h>  #include <linux/compat.h> +#include <linux/gfp.h>  #include <net/sock.h>  #include <asm/system.h>  |