Re: [PATCH] video: bf54x-lq043fb: fix build error

2014-04-14 Thread Steven Miao
Hi Tomi, On Mon, Apr 14, 2014 at 8:44 PM, Tomi Valkeinen wrote: > On 12/04/14 04:30, Steven Miao wrote: >> From: Steven Miao >> >> should include linux/gpio.h >> >> Signed-off-by: Steven Miao >> --- >> drivers/video/bf54x-lq043fb.c |1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a

Re: [PATCH] video: bf54x-lq043fb: fix build error

2014-04-14 Thread Tomi Valkeinen
On 12/04/14 04:30, Steven Miao wrote: > From: Steven Miao > > should include linux/gpio.h > > Signed-off-by: Steven Miao > --- > drivers/video/bf54x-lq043fb.c |1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/video/bf54x-lq043fb.c b/drivers/video/bf54x-lq043fb.c > index 42b8

[PATCH] video: bf54x-lq043fb: fix build error

2014-04-11 Thread Steven Miao
From: Steven Miao should include linux/gpio.h Signed-off-by: Steven Miao --- drivers/video/bf54x-lq043fb.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/video/bf54x-lq043fb.c b/drivers/video/bf54x-lq043fb.c index 42b8f9d..d2b54f1 100644 --- a/drivers/video/bf54x-lq043fb.c +++