aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/bt8xxgpio.c
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2009-09-22 19:46:37 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-09-23 10:39:48 -0400
commitd120c17faeb391f5b4b99af8b1e190619934ecdd (patch)
tree8613dad9f9e504b57906f33650cd00c52a446414 /drivers/gpio/bt8xxgpio.c
parent61e0671c6740273663f35357987a2f7aa27479ca (diff)
gpio: include <linux/gpio.h> not <asm/gpio.h>
Drivers should be including <linux/gpio.h> not <asm/gpio.h>. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/gpio/bt8xxgpio.c')
-rw-r--r--drivers/gpio/bt8xxgpio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/bt8xxgpio.c b/drivers/gpio/bt8xxgpio.c
index 55904140213b..2559f2289409 100644
--- a/drivers/gpio/bt8xxgpio.c
+++ b/drivers/gpio/bt8xxgpio.c
@@ -46,8 +46,7 @@
46#include <linux/module.h> 46#include <linux/module.h>
47#include <linux/pci.h> 47#include <linux/pci.h>
48#include <linux/spinlock.h> 48#include <linux/spinlock.h>
49 49#include <linux/gpio.h>
50#include <asm/gpio.h>
51 50
52/* Steal the hardware definitions from the bttv driver. */ 51/* Steal the hardware definitions from the bttv driver. */
53#include "../media/video/bt8xx/bt848.h" 52#include "../media/video/bt8xx/bt848.h"