Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input

This commit is contained in:
Linus Torvalds
2005-11-07 10:30:33 -08:00
6 changed files with 132 additions and 101 deletions

View File

@@ -1007,7 +1007,7 @@ static inline void input_put_device(struct input_dev *dev)
class_device_put(&dev->cdev);
}
void input_register_device(struct input_dev *);
int input_register_device(struct input_dev *);
void input_unregister_device(struct input_dev *);
void input_register_handler(struct input_handler *);