]> 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>
Thu, 26 Apr 2012 18:46:51 +0000 (14:46 -0400)
commitbc856a62c8036330cb2d95e24756285c6d8ecba2
treed4ad7cc7a5e5205e73242a21e4282bcf1b47c656
parentcd0a2bfb77a3edeecd652081e0b1a163d3b0696b
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