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)
commit140ae3eb6feb6ae96ba1ff073049beb985ea00e8
tree233d008f80d2d37b214e56bac37ba63a0621ca96
parent1e093206734568e780c2717da1c89b97e9471954
HID: fix hidraw_exit section mismatch

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>
drivers/hid/hidraw.c