projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e09320
)
HID: fix hidraw_exit section mismatch
author
Jiri Slaby
<jirislaby@gmail.com>
Fri, 17 Oct 2008 16:04:48 +0000
(18:04 +0200)
committer
Jiri 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>
drivers/hid/hidraw.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/hidraw.c
b/drivers/hid/hidraw.c
index af3edb98df435f2c3fa22fde81350d4f15dcd286..1c23813995aa73d249c1c9bb30fc337ba314fbf7 100644
(file)
--- a/
drivers/hid/hidraw.c
+++ b/
drivers/hid/hidraw.c
@@
-403,7
+403,7
@@
out:
return result;
}
-void
__exit
hidraw_exit(void)
+void hidraw_exit(void)
{
dev_t dev_id = MKDEV(hidraw_major, 0);