diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-01-03 07:32:27 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2019-01-22 03:51:20 -0500 |
commit | 099791da67691eb8f1c29f70deb7403503d9403b (patch) | |
tree | 19755f6e92bea8c6bcbd7d9536a291fca316accb /drivers/bluetooth | |
parent | c4f5627f7eeecde1bb6b646d8c0907b96dc2b2a6 (diff) |
Bluetooth: btmrvl: Drop unused GPIO includes
I can't see that these drivers use the old GPIO inlcudes in any
way, drop <linux/gpio.h> and <linux/of_gpio.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btmrvl_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/bluetooth/btmrvl_drv.h b/drivers/bluetooth/btmrvl_drv.h index f0454541e5fd..fb7729779166 100644 --- a/drivers/bluetooth/btmrvl_drv.h +++ b/drivers/bluetooth/btmrvl_drv.h | |||
@@ -24,11 +24,9 @@ | |||
24 | #include <linux/slab.h> | 24 | #include <linux/slab.h> |
25 | #include <net/bluetooth/bluetooth.h> | 25 | #include <net/bluetooth/bluetooth.h> |
26 | #include <linux/err.h> | 26 | #include <linux/err.h> |
27 | #include <linux/gpio.h> | ||
28 | #include <linux/gfp.h> | 27 | #include <linux/gfp.h> |
29 | #include <linux/interrupt.h> | 28 | #include <linux/interrupt.h> |
30 | #include <linux/io.h> | 29 | #include <linux/io.h> |
31 | #include <linux/of_gpio.h> | ||
32 | #include <linux/of_platform.h> | 30 | #include <linux/of_platform.h> |
33 | #include <linux/platform_device.h> | 31 | #include <linux/platform_device.h> |
34 | #include <linux/pm_runtime.h> | 32 | #include <linux/pm_runtime.h> |