Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: bt8xx: Include proper header

This driver has no business including <linux/gpio.h>, it is a
driver so include <linux/gpio/driver.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+1 -1
+1 -1
drivers/gpio/gpio-bt8xx.c
··· 46 46 #include <linux/module.h> 47 47 #include <linux/pci.h> 48 48 #include <linux/spinlock.h> 49 - #include <linux/gpio.h> 49 + #include <linux/gpio/driver.h> 50 50 #include <linux/slab.h> 51 51 52 52 /* Steal the hardware definitions from the bttv driver. */