This is a note to let you know that I've just added the patch titled
imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id
to the 3.10-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
imx-drm-imx-drm-core-export-imx_drm_encoder_get_mux_id.patch
and it can be found in the queue-3.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From ea8d15832016b0d07a8121159904e6b1d21b5b8b Mon Sep 17 00:00:00 2001
From: Fabio Estevam <[email protected]>
Date: Fri, 28 Jun 2013 13:55:27 -0300
Subject: imx-drm: imx-drm-core: Export imx_drm_encoder_get_mux_id
From: Fabio Estevam <[email protected]>
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 <[email protected]>
Acked-by: Sascha Hauer <[email protected]>
Acked-by: Philipp Zabel <[email protected]>
Cc: Guenter Roeck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/staging/imx-drm/imx-drm-core.c | 1 +
1 file changed, 1 insertion(+)
--- a/drivers/staging/imx-drm/imx-drm-core.c
+++ b/drivers/staging/imx-drm/imx-drm-core.c
@@ -681,6 +681,7 @@ found:
return i;
}
+EXPORT_SYMBOL_GPL(imx_drm_encoder_get_mux_id);
/*
* imx_drm_remove_encoder - remove an encoder
Patches currently in stable-queue which might be from
[email protected] are
queue-3.10/imx-drm-imx-drm-core-export-imx_drm_encoder_get_mux_id.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html