Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41270
b: refs/heads/master
c: 54c9b22
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent e165cee commit cc7f0e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d5ec1686ba96eb75e132196c486cc0521b00f12c
refs/heads/master: 54c9b2266f83dfc3d6c538417564dc74266f4dd9
1 change: 0 additions & 1 deletion trunk/drivers/usb/input/wacom.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ struct wacom_combo {
};

extern int wacom_wac_irq(struct wacom_wac * wacom_wac, void * wcombo);
extern void wacom_sys_irq(struct urb *urb);
extern void wacom_report_abs(void *wcombo, unsigned int abs_type, int abs_data);
extern void wacom_report_rel(void *wcombo, unsigned int rel_type, int rel_data);
extern void wacom_report_key(void *wcombo, unsigned int key_type, int key_data);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/wacom_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static struct input_dev * get_input_dev(struct wacom_combo *wcombo)
return wcombo->wacom->dev;
}

void wacom_sys_irq(struct urb *urb)
static void wacom_sys_irq(struct urb *urb)
{
struct wacom *wacom = urb->context;
struct wacom_combo wcombo;
Expand Down

0 comments on commit cc7f0e9

Please sign in to comment.