Message ID | 1397546239-6650-1-git-send-email-realmz6@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 15/04/14 10:17, Steven Miao wrote: > From: Steven Miao <realmz6@gmail.com> > > include <linux/gpio.h>, drop <asm/gpio.h> > Thanks, queued for 3.15 fixes. Btw, usually it's good to say in the description what kind of build error happens (i.e. copy paste the error). Tomi
Tomi, On Tue, Apr 15, 2014 at 5:46 PM, Tomi Valkeinen <tomi.valkeinen@ti.com> wrote: > On 15/04/14 10:17, Steven Miao wrote: >> From: Steven Miao <realmz6@gmail.com> >> >> include <linux/gpio.h>, drop <asm/gpio.h> >> > > Thanks, queued for 3.15 fixes. > > Btw, usually it's good to say in the description what kind of build > error happens (i.e. copy paste the error). Thanks. I'll add more description next time. > > Tomi > > -steven -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/video/bf54x-lq043fb.c b/drivers/video/bf54x-lq043fb.c index 42b8f9d..e2c42ad 100644 --- a/drivers/video/bf54x-lq043fb.c +++ b/drivers/video/bf54x-lq043fb.c @@ -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>