staging: android: ion: set init function as static
authorPaolo Cretaro <melko@frugalware.org>
Thu, 18 May 2017 21:59:41 +0000 (23:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 16:56:44 +0000 (18:56 +0200)
commit7e4e3bca8900b34d1cffa1891745d83b07892fea
tree014cd9cd30fe3406bb3f3e68842dfba781b2c711
parente45423d76f1c229b1a30ddde205a72774cdb12c6
staging: android: ion: set init function as static

Fix warning issued by sparse:
symbol 'ion_device_create' was not declared. Should it be static?

Signed-off-by: Paolo Cretaro <melko@frugalware.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.c