imx-drm: remove imx-fb.c
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 3 Nov 2013 16:04:48 +0000 (16:04 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 24 Feb 2014 12:07:39 +0000 (12:07 +0000)
commit1df8b5300001907cb1711f3526394f3ef3240123
tree484962d182fe873848ba18583aa943b632d09343
parent8acba02f7e8538a54d4bf3ed8a2d3b31dd5eca45
imx-drm: remove imx-fb.c

imx-fb.c doesn't need to be separate from imx-drm-core.c - all it is
doing is setting up the minimum and maximum sizes of the scanout
buffers, and setting up the mode_config function pointers.  Move the
contents into imx-drm-core.c and kill this file.

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-fb.c [deleted file]