Skip to content

Commit

Permalink
[POWERPC] Unexport mac_hid_mouse_emulate_buttons
Browse files Browse the repository at this point in the history
This patch removes the unused
EXPORT_SYMBOL(mac_hid_mouse_emulate_buttons).

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
  • Loading branch information
AdrianBunk authored and paulusmack committed Mar 8, 2007
1 parent d1bff9e commit 83ddcf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/macintosh/mac_hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 83ddcf5

Please sign in to comment.