Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69354
b: refs/heads/master
c: 501cc54
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jul 18, 2007
1 parent 9b5e2ef commit 538fa76
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 018db6bb0d726c3683a5e1eb4621e728965db94c
refs/heads/master: 501cc54c4d2b0c2bbae1a6490b0e547be46fc09f
4 changes: 2 additions & 2 deletions trunk/include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -1125,10 +1125,10 @@ static inline void input_set_drvdata(struct input_dev *dev, void *data)
dev->private = data;
}

int input_register_device(struct input_dev *);
int __must_check input_register_device(struct input_dev *);
void input_unregister_device(struct input_dev *);

int input_register_handler(struct input_handler *);
int __must_check input_register_handler(struct input_handler *);
void input_unregister_handler(struct input_handler *);

int input_register_handle(struct input_handle *);
Expand Down

0 comments on commit 538fa76

Please sign in to comment.