Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64585
b: refs/heads/master
c: b3e2c70
h: refs/heads/master
i:
  64583: 79222b0
v: v3
  • Loading branch information
Adrian Bunk authored and Dmitry Torokhov committed Aug 30, 2007
1 parent a4ac41e commit 40627af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 7460caf32a16866f9d8675aa7aefd7d82d1e23f7
refs/heads/master: b3e2c70cd0d05fb6621521521fbd5debed57d753
3 changes: 2 additions & 1 deletion trunk/drivers/input/mouse/touchkit_ps2.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
#ifdef CONFIG_MOUSE_PS2_TOUCHKIT
int touchkit_ps2_detect(struct psmouse *psmouse, int set_properties);
#else
inline int touchkit_ps2_detect(struct psmouse *psmouse, int set_properties)
static inline int touchkit_ps2_detect(struct psmouse *psmouse,
int set_properties)
{
return -ENOSYS;
}
Expand Down

0 comments on commit 40627af

Please sign in to comment.