Skip to content

Commit 099791d

Browse files
linuswholtmann
authored andcommitted
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 <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent c4f5627 commit 099791d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/bluetooth/btmrvl_drv.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@
2424
#include <linux/slab.h>
2525
#include <net/bluetooth/bluetooth.h>
2626
#include <linux/err.h>
27-
#include <linux/gpio.h>
2827
#include <linux/gfp.h>
2928
#include <linux/interrupt.h>
3029
#include <linux/io.h>
31-
#include <linux/of_gpio.h>
3230
#include <linux/of_platform.h>
3331
#include <linux/platform_device.h>
3432
#include <linux/pm_runtime.h>

0 commit comments

Comments
 (0)