From: Alistair Strachan Date: Tue, 11 Mar 2014 00:00:25 +0000 (-0700) Subject: video: adf: export the adf_attachment_allow symbol to modules. X-Git-Tag: firefly_0821_release~4090^2~364 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b0359d4fc547ed60187c302e906f26a9b64ec79b;p=firefly-linux-kernel-4.4.55.git video: adf: export the adf_attachment_allow symbol to modules. There are no in-tree users of adf_attachment_allow, but out-of-tree modules want to use it. It looks like this function should be EXPORT_SYMBOL. Change-Id: Iad522dc5d32ac09fec6483bbc317db8ecae12e97 Signed-off-by: Alistair Strachan --- diff --git a/drivers/video/adf/adf.c b/drivers/video/adf/adf.c index 933e74ac8098..2d20024fd251 100644 --- a/drivers/video/adf/adf.c +++ b/drivers/video/adf/adf.c @@ -920,6 +920,7 @@ done: return ret; } +EXPORT_SYMBOL(adf_attachment_allow); /** * adf_obj_type_str - string representation of an adf_obj_type