imx-drm: remove separate imx-fbdev
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 Nov 2013 12:13:47 +0000 (12:13 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 24 Feb 2014 12:07:37 +0000 (12:07 +0000)
commit8acba02f7e8538a54d4bf3ed8a2d3b31dd5eca45
tree9478f8b4b1310f82841caec2e8adac5296b1adc5
parente355e7dd607bd0338ba1899fc35136cbe2ea13f2
imx-drm: remove separate imx-fbdev

Now that we know when the components of the imx-drm subsystem will be
initialised, we can move the fbdev helper initialisation and teardown
into imx-drm-core.  This gives us the required ordering that DRM wants
in both driver load and unload methods.

We can also stop exporting the imx_drm_device_get() and
imx_drm_device_put() methods; nothing but the fbdev helper was making
use of these.

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/Makefile
drivers/staging/imx-drm/imx-drm-core.c
drivers/staging/imx-drm/imx-drm.h
drivers/staging/imx-drm/imx-fbdev.c [deleted file]