]> Pileus Git - ~andy/linux/commit
OMAPDSS: APPLY: rename overlay_cache_data
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 15 Nov 2011 09:56:57 +0000 (11:56 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:37 +0000 (08:54 +0200)
commitc10c6f042b6a5940c522a334a716d57b40f7dec9
tree3bf0fe762e1d7e358422bad5bfbd143a876da8aa
parentf6a5e0871f22428a7c74c07ddd791197c5f5d38f
OMAPDSS: APPLY: rename overlay_cache_data

overlay_cache_data is not a suitable name for the struct. It is more of
a private data for the overlay.

Rename the struct to ovl_priv_data, and add a function,
get_ovl_priv(ovl), to get a pointer to the data.

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