From: Tomi Valkeinen Date: Thu, 21 Apr 2011 16:50:31 +0000 (+0300) Subject: OMAP: DSS2: RFBI: add rfbi_bus_lock X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=773139f1759f9dc5efe2c314df9aad88b7364015;p=deliverable%2Flinux.git OMAP: DSS2: RFBI: add rfbi_bus_lock Add similar bus lock to RFBI as is in DSI. The panel driver can use the bus lock to mark that the RFBI bus is currently in use. Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/rfbi.c b/drivers/video/omap2/dss/rfbi.c index 0985f2fdd75f..46817e7fdaf4 100644 --- a/drivers/video/omap2/dss/rfbi.c +++ b/drivers/video/omap2/dss/rfbi.c @@ -32,6 +32,7 @@ #include #include #include +#include #include