HID: fix hidraw_exit section mismatch
authorJiri Slaby <jirislaby@gmail.com>
Fri, 17 Oct 2008 16:04:48 +0000 (18:04 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 17 Oct 2008 16:08:22 +0000 (18:08 +0200)
hidraw_exit() marked as __exit is called from __init function
from HID core. Remove the section placement from that function.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

No differences found