From: Paul Gortmaker Date: Thu, 19 Apr 2012 02:32:24 +0000 (-0400) Subject: blackfin: fix compile error in bfin-lq035q1-fb.c X-Git-Tag: next-20120430~8^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e5f0870c8b046eefd65a7de6e73c8abc4d3f4fe5;p=karo-tx-linux.git blackfin: fix compile error in bfin-lq035q1-fb.c This file has an implicit dependency on GPIO stuff, showing up as the following build failure: drivers/video/bfin-lq035q1-fb.c:369:6: error: 'GPIOF_OUT_INIT_LOW' undeclared Other more global bfin build issues prevent an automated bisect, but it really doesn't matter - simply add in the appropriate header. Cc: Florian Tobias Schandinat Acked-by: Mike Frysinger Signed-off-by: Paul Gortmaker --- diff --git a/drivers/video/bfin-lq035q1-fb.c b/drivers/video/bfin-lq035q1-fb.c index 86922ac84412..353c02fe8a95 100644 --- a/drivers/video/bfin-lq035q1-fb.c +++ b/drivers/video/bfin-lq035q1-fb.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include