OMAP: DSS2: DSI: Change dummy macros to inline functions
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 23 May 2011 13:36:09 +0000 (16:36 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 1 Jul 2011 09:01:13 +0000 (12:01 +0300)
Using empty macros for performance measurement functions when DSS DEBUG
is not enabled causes an unused variable warning.

Change the empty macros to empty inline functions to remove the
warning.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found