Skip to content

Commit

Permalink
imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id
Browse files Browse the repository at this point in the history
commit ea8d158 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>
  • Loading branch information
Fabio Estevam authored and Greg Kroah-Hartman committed Sep 8, 2013
1 parent 9e50b35 commit 2ac13a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/imx-drm/imx-drm-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ int imx_drm_encoder_get_mux_id(struct imx_drm_encoder *imx_drm_encoder,

return i;
}
EXPORT_SYMBOL_GPL(imx_drm_encoder_get_mux_id);

/*
* imx_drm_remove_encoder - remove an encoder
Expand Down

0 comments on commit 2ac13a8

Please sign in to comment.