From 773139f1759f9dc5efe2c314df9aad88b7364015 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 21 Apr 2011 19:50:31 +0300 Subject: 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 --- drivers/video/omap2/dss/rfbi.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'drivers/video/omap2/dss') diff --git a/drivers/video/omap2/dss/rfbi.c b/drivers/video/omap2/dss/rfbi.c index 0985f2fdd75..46817e7fdaf 100644 --- a/drivers/video/omap2/dss/rfbi.c +++ b/drivers/video/omap2/dss/rfbi.c @@ -32,6 +32,7 @@ #include #include #include +#include #include