]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ccree: tag debugfs init/exit func properly
authorGilad Ben-Yossef <gilad@benyossef.com>
Sun, 7 Jan 2018 12:14:18 +0000 (12:14 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jan 2018 15:27:22 +0000 (16:27 +0100)
commita3fa2b5e3d72da18ae400d81fe6e275a80ffe0c7
treeffca53e8105d6c014912b95d90d0deee2ffe3236
parent5eba1227e49ccbb441a8c44cf40f9b4cc3af6309
staging: ccree: tag debugfs init/exit func properly

The debugfs global init and exit functions were missing
__init and __exit tags, potentially wasting memory.
Fix it by properly tagging them.

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