staging: android: ion: make locally used functions static
authorMarkus Böhme <markus.boehme@mailbox.org>
Wed, 6 Apr 2016 21:53:39 +0000 (23:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 00:39:35 +0000 (17:39 -0700)
commit0045c8ddd6965e15f638788e7180abe8765f6cbb
treed6681749e75e817057cf17013467830329875a3e
parentc784c82a3fd64b322015b92016fc980be705c176
staging: android: ion: make locally used functions static

Functions ion_handle_put and ion_handle_get_by_id are only used locally
in ion.c, so they should be made static as they used to be before
9590232b ("staging/android/ion : fix a race condition in the ion driver").

Signed-off-by: Markus Böhme <markus.boehme@mailbox.org>
Reviewed-by: Sumit Semwal <sumit.semwal@linaro.org>
Reviewed-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c