gpu: ion: Add EXPORT_SYMBOL to functions
authorOlav Haugan <ohaugan@codeaurora.org>
Wed, 25 Jan 2012 17:28:55 +0000 (09:28 -0800)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 20:40:54 +0000 (13:40 -0700)
commitc5230508e12b295fa208dc3514e64294d68bacfb
tree5aee1c6914375c18cc58b5376561574ac47c6491
parentd5e5e57655c63d2dab09f36d057b7a47d3a7ec07
gpu: ion: Add EXPORT_SYMBOL to functions

Several functions in the ion interface is missing
EXPORT_SYMBOL. This is needed to allow clients to
use these functions from kernel modules.

Add EXPORT_SYMBOL to functions that are supposed
to be exposed.

Change-Id: I25611f7c367fd131daf5fb652abbea77e89a3d06
Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
drivers/gpu/ion/ion.c