gpu: ion: Add EXPORT_SYMBOL to functions
authorOlav Haugan <ohaugan@codeaurora.org>
Fri, 13 Dec 2013 22:23:55 +0000 (14:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2013 16:55:38 +0000 (08:55 -0800)
commitee4c8aa9f94be03a69500af4b3c3a3efa5903ce0
treedcb4700d7698c91fc05c34112b21c7771b4a44f8
parenta9bb075da5cdd67fddee27ea20e47ed3d04d6bb4
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.

Signed-off-by: Olav Haugan <ohaugan@codeaurora.org>
[jstultz: modified patch to apply to staging directory]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c