diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-09 06:25:41 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-09 06:25:41 -0400 |
commit | 80823ca1ba243d145c963212734e359e099051d8 (patch) | |
tree | 76c0a12ba5c012becc137a6ffb16410da9c3b90a /include/video | |
parent | 246def36e21dec8b9a9368883a9dd4e0a8240749 (diff) |
OMAPDSS: remove unused macros
Macros to_dss_driver() and to_dss_device() are no longer used, and the
latter doesn't even work. Remove them.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index ded61a9e5219..f7b9903ee154 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -964,9 +964,6 @@ int dispc_ovl_setup(enum omap_plane plane, const struct omap_overlay_info *oi, | |||
964 | bool replication, const struct omap_video_timings *mgr_timings, | 964 | bool replication, const struct omap_video_timings *mgr_timings, |
965 | bool mem_to_mem); | 965 | bool mem_to_mem); |
966 | 966 | ||
967 | #define to_dss_driver(x) container_of((x), struct omap_dss_driver, driver) | ||
968 | #define to_dss_device(x) container_of((x), struct omap_dss_device, old_dev) | ||
969 | |||
970 | int omapdss_compat_init(void); | 967 | int omapdss_compat_init(void); |
971 | void omapdss_compat_uninit(void); | 968 | void omapdss_compat_uninit(void); |
972 | 969 | ||