Skip to content

Commit

Permalink
HID: wacom: wacom_setup_numbered_buttons is local to wacom_wac
Browse files Browse the repository at this point in the history
wacom_setup_numbered_buttons() is not used outside of wacom_wac.c,
make it static.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Aug 28, 2015
1 parent 72b236d commit 5397df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hid/wacom_wac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2711,7 +2711,7 @@ int wacom_setup_touch_input_capabilities(struct input_dev *input_dev,
return 0;
}

void wacom_setup_numbered_buttons(struct input_dev *input_dev,
static void wacom_setup_numbered_buttons(struct input_dev *input_dev,
int button_count)
{
int i;
Expand Down

0 comments on commit 5397df1

Please sign in to comment.