diff options
Diffstat (limited to 'net/bluetooth/bnep')
| -rw-r--r-- | net/bluetooth/bnep/core.c | 1 | ||||
| -rw-r--r-- | net/bluetooth/bnep/netdev.c | 1 | ||||
| -rw-r--r-- | net/bluetooth/bnep/sock.c | 2 | 
3 files changed, 3 insertions, 1 deletions
diff --git a/net/bluetooth/bnep/core.c b/net/bluetooth/bnep/core.c index ef09c7b3a85..8062dad6d10 100644 --- a/net/bluetooth/bnep/core.c +++ b/net/bluetooth/bnep/core.c @@ -35,6 +35,7 @@  #include <linux/freezer.h>  #include <linux/errno.h>  #include <linux/net.h> +#include <linux/slab.h>  #include <net/sock.h>  #include <linux/socket.h> diff --git a/net/bluetooth/bnep/netdev.c b/net/bluetooth/bnep/netdev.c index b6234b73c4c..5643a2391e7 100644 --- a/net/bluetooth/bnep/netdev.c +++ b/net/bluetooth/bnep/netdev.c @@ -26,6 +26,7 @@  */  #include <linux/module.h> +#include <linux/slab.h>  #include <linux/socket.h>  #include <linux/netdevice.h> 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>  |