diff options
Diffstat (limited to 'drivers/net/wireless/libertas_tf')
-rw-r--r-- | drivers/net/wireless/libertas_tf/cmd.c | 1 | ||||
-rw-r--r-- | drivers/net/wireless/libertas_tf/main.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas_tf/cmd.c b/drivers/net/wireless/libertas_tf/cmd.c index 8945afd6ce3..13557fe0bf9 100644 --- a/drivers/net/wireless/libertas_tf/cmd.c +++ b/drivers/net/wireless/libertas_tf/cmd.c | |||
@@ -9,6 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
11 | 11 | ||
12 | #include <linux/hardirq.h> | ||
12 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
13 | 14 | ||
14 | #include "libertas_tf.h" | 15 | #include "libertas_tf.h" |
diff --git a/drivers/net/wireless/libertas_tf/main.c b/drivers/net/wireless/libertas_tf/main.c index d4005081f1d..5beb58142e9 100644 --- a/drivers/net/wireless/libertas_tf/main.c +++ b/drivers/net/wireless/libertas_tf/main.c | |||
@@ -9,6 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
11 | 11 | ||
12 | #include <linux/hardirq.h> | ||
12 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
13 | 14 | ||
14 | #include <linux/etherdevice.h> | 15 | #include <linux/etherdevice.h> |