staging: ccree: add explicit module init/exit func
authorGilad Ben-Yossef <gilad@benyossef.com>
Thu, 14 Dec 2017 14:02:40 +0000 (14:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 14:15:53 +0000 (15:15 +0100)
commit31aeaca4d28d253f49c78dec8ec8987dbbb6f57f
tree698772275b0f5549d5abcd4ae89c6404ca338a28
parent4ba5895bd3724106cdfc9a5d2e63ba381731fea0
staging: ccree: add explicit module init/exit func

We need to do a module global scope init/exit operation to support
the debugfs interface we are about to introduce in the next patch,
so wean the module of the boiler plate saving macro as it will no
longer be sufficient.

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_driver.c