diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-02-17 13:36:48 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-02-18 13:19:41 +0200 |
commit | e020f9af6d8311cd935217219f49175e161be100 (patch) | |
tree | 22fe43864e3238b8c51a12b3d4cf25202c7ec0f3 /arch | |
parent | e296264977f68ddf395b8f93f8e174930f88499a (diff) | |
download | kernel_samsung_espresso10-e020f9af6d8311cd935217219f49175e161be100.zip kernel_samsung_espresso10-e020f9af6d8311cd935217219f49175e161be100.tar.gz kernel_samsung_espresso10-e020f9af6d8311cd935217219f49175e161be100.tar.bz2 |
OMAP: DSS2: remove sub-panel system
The system to allow panel drivers to exists as attached to ctrl drivers
did never work very well. It is not useed, and this patch removes it to
make the driver cleaner.
For now, controller drivers need to include also the panel driver code. In
the future a proper mechanism for this should be developed, perhaps by
creating busses for controllers.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/include/plat/display.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h index 8c3688b..0022f6c 100644 --- a/arch/arm/plat-omap/include/plat/display.h +++ b/arch/arm/plat-omap/include/plat/display.h @@ -431,14 +431,11 @@ struct omap_dss_device { enum omap_panel_config config; u8 recommended_bpp; - - struct omap_dss_device *ctrl; } panel; struct { u8 pixel_size; struct rfbi_timings rfbi_timings; - struct omap_dss_device *panel; } ctrl; int reset_gpio; |