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 42b8f9d..d2b54f1 100644 > --- a/drivers/video/bf54x-lq043fb.c > +++ b/drivers/video/bf54x-lq043fb.c > @@ -49,6 +49,7 @@ > #include > #include > #include > +#include The driver includes . I think that should be removed, and should be used. Can you also remove the asm/gpio.h in your patch, and see if it compiles fine? Tomi