imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 28 Jun 2013 16:55:27 +0000 (13:55 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Sep 2013 05:10:00 +0000 (22:10 -0700)
commit2ac13a8f46246a8a3773bfca0a003f0524cf7cf0
tree93659460c6a1c102f3c4e6cf454567460f61f682
parent9e50b358ed4b8af18955ab07549ee2264b5b44f2
imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id

commit ea8d15832016b0d07a8121159904e6b1d21b5b8b upstream.

When building imx_v6_v7_defconfig with imx-drm drivers selected as modules, we
get the following build error:

ERROR: "imx_drm_encoder_get_mux_id" [drivers/staging/imx-drm/imx-ldb.ko] undefined!

Export the required function to avoid this problem.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/imx-drm/imx-drm-core.c