Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c26ef3eb authored by Steven Miao's avatar Steven Miao Committed by Tomi Valkeinen
Browse files

video: bf54x-lq043fb: fix build error


Fix build error by including linux/gpio.h. Also drop asm/gpio.h which is
not needed.

Signed-off-by: default avatarSteven Miao <realmz6@gmail.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 5c348ba9
Branches
Tags
No related merge requests found
......@@ -49,13 +49,13 @@
#include <linux/spinlock.h>
#include <linux/dma-mapping.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <asm/blackfin.h>
#include <asm/irq.h>
#include <asm/dpmc.h>
#include <asm/dma-mapping.h>
#include <asm/dma.h>
#include <asm/gpio.h>
#include <asm/portmux.h>
#include <mach/bf54x-lq043.h>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment