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
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Fabio Estevam authored and Greg Kroah-Hartman committed Jul 25, 2013
1 parent bcc27c8 commit ea8d158
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 @@ -678,6 +678,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 ea8d158

Please sign in to comment.