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:
d1bff9e
)
[POWERPC] Unexport mac_hid_mouse_emulate_buttons
author
Adrian Bunk
<bunk@stusta.de>
Tue, 20 Feb 2007 00:08:12 +0000
(
01:08
+0100)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 8 Mar 2007 04:43:26 +0000
(15:43 +1100)
This patch removes the unused
EXPORT_SYMBOL(mac_hid_mouse_emulate_buttons).
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/macintosh/mac_hid.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/macintosh/mac_hid.c
b/drivers/macintosh/mac_hid.c
index c1fd816e9f09d282b9ec8cd5678dcb2c84ef3f1f..1599dc34f15fbbfd151ecc264680bfe20191ed95 100644
(file)
--- a/
drivers/macintosh/mac_hid.c
+++ b/
drivers/macintosh/mac_hid.c
@@
-102,8
+102,6
@@
int mac_hid_mouse_emulate_buttons(int caller, unsigned int keycode, int down)
return 0;
}
-EXPORT_SYMBOL(mac_hid_mouse_emulate_buttons);
-
static int emumousebtn_input_register(void)
{
int ret;