diff options
-rw-r--r-- | drivers/video/bf54x-lq043fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/bf54x-lq043fb.c b/drivers/video/bf54x-lq043fb.c index 42b8f9d11018..e2c42ad8515a 100644 --- a/drivers/video/bf54x-lq043fb.c +++ b/drivers/video/bf54x-lq043fb.c | |||
@@ -49,13 +49,13 @@ | |||
49 | #include <linux/spinlock.h> | 49 | #include <linux/spinlock.h> |
50 | #include <linux/dma-mapping.h> | 50 | #include <linux/dma-mapping.h> |
51 | #include <linux/platform_device.h> | 51 | #include <linux/platform_device.h> |
52 | #include <linux/gpio.h> | ||
52 | 53 | ||
53 | #include <asm/blackfin.h> | 54 | #include <asm/blackfin.h> |
54 | #include <asm/irq.h> | 55 | #include <asm/irq.h> |
55 | #include <asm/dpmc.h> | 56 | #include <asm/dpmc.h> |
56 | #include <asm/dma-mapping.h> | 57 | #include <asm/dma-mapping.h> |
57 | #include <asm/dma.h> | 58 | #include <asm/dma.h> |
58 | #include <asm/gpio.h> | ||
59 | #include <asm/portmux.h> | 59 | #include <asm/portmux.h> |
60 | 60 | ||
61 | #include <mach/bf54x-lq043.h> | 61 | #include <mach/bf54x-lq043.h> |