]> git.karo-electronics.de Git - karo-tx-linux.git/commit
blackfin: fix compile error in bfin-lq035q1-fb.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 19 Apr 2012 02:32:24 +0000 (22:32 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 23 Apr 2012 15:39:18 +0000 (11:39 -0400)
commite5f0870c8b046eefd65a7de6e73c8abc4d3f4fe5
treed4ad7cc7a5e5205e73242a21e4282bcf1b47c656
parentdb321ea7c88f7c611d868e70df8e39670ae39bb8
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 <FlorianSchandinat@gmx.de>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/video/bfin-lq035q1-fb.c