ion: export functions to enable usage by kernel modules
authorJianxu Zheng <jian.xu.zheng@intel.com>
Thu, 19 Apr 2012 11:45:51 +0000 (19:45 +0800)
committerbuildbot <buildbot@intel.com>
Tue, 24 Apr 2012 23:58:14 +0000 (16:58 -0700)
commit1296a75eaa4417344e35ab2e4e00783440998e61
tree746138cf6e0a0b2c84b9ee194066ccde5bc9ca73
parent01015a222b2722c2a2a4c9baacf619fc8e7ffe22
ion: export functions to enable usage by kernel modules

BZ:32709

EXPORT_SYMBOL/EXPORT_SYMBOL_GPL is missing for the exposed ION
API. This patch adds the EXPORT_SYMBOL to the public ION API.

Change-Id: I88ff618506efd136eb1d1b2648edfb4cea4ae53d
Signed-off-by: Jianxu Zheng <jian.xu.zheng@intel.com>
Reviewed-on: http://android.intel.com:8080/44095
Reviewed-by: Wang, Wen W <wen.w.wang@intel.com>
Reviewed-by: Gross, Mark <mark.gross@intel.com>
Tested-by: Ng, Cheon-woei <cheon-woei.ng@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
drivers/gpu/ion/ion.c