imx-drm: imx-drm-core: get rid of drm_mode_group_init_legacy_group()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 11 Nov 2013 16:20:25 +0000 (16:20 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 24 Feb 2014 12:07:52 +0000 (12:07 +0000)
commit06c6b82bf717f1851ca78d0346e915e879061c69
treeb0979948a8c7598fac772d64c738994d1879b551
parent8d71de61526924f516548707a5f16ac9e564aeee
imx-drm: imx-drm-core: get rid of drm_mode_group_init_legacy_group()

Since we're now operating like a conventional DRM driver, doing all
the initialisation within the driver's ->load callback, we don't
need to mess around with the mode groups - we can rely on the one
in the DRM platform code.

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/staging/imx-drm/imx-drm-core.c