commit | 989c79a8c9c609b0051ceb19cddf6e06442d33c2 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Apr 18 12:16:39 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 02 11:23:49 2013 +0300 |
tree | 74662fa96ac7acdf244addbded3a8a788d732883 | |
parent | 3d62fe5b214fce69ae14abbdb88794a753418614 [diff] |
OMAPDSS: DPI: fix compilation if DSI not compiled in Commit 100c826235793345efe06b3558cc9d36166b1e26 (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>