]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DPI: fix compilation if DSI not compiled in
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 18 Apr 2013 09:16:39 +0000 (12:16 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 2 May 2013 08:23:49 +0000 (11:23 +0300)
commit79f7b3d080e81c75043b13d9f0798b760f22bbca
tree74662fa96ac7acdf244addbded3a8a788d732883
parent4668d018812eaae7c9608dd330ee36145781a43c
OMAPDSS: DPI: fix compilation if DSI not compiled in

Commit 2f27902807fffd67e6a6de121b7b36451405da6e (OMAPDSS: DPI: use new
clock calculation code) breaks dpi.c compilation if DSI is not enabled
in the kernel configuration.

Fix compilation by adding dummy inline functions for the ones that dpi.c
references. The functions will never be called, as dpi.c knows that
there is no DSI device available.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dss.h