diff options
Diffstat (limited to 'drivers/input/evdev.c')
-rw-r--r-- | drivers/input/evdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index 3738d173f9a6..83b694cb8507 100644 --- a/drivers/input/evdev.c +++ b/drivers/input/evdev.c | |||
@@ -689,7 +689,7 @@ static struct input_handle *evdev_connect(struct input_handler *handler, struct | |||
689 | 689 | ||
690 | devfs_mk_cdev(MKDEV(INPUT_MAJOR, EVDEV_MINOR_BASE + minor), | 690 | devfs_mk_cdev(MKDEV(INPUT_MAJOR, EVDEV_MINOR_BASE + minor), |
691 | S_IFCHR|S_IRUGO|S_IWUSR, "input/event%d", minor); | 691 | S_IFCHR|S_IRUGO|S_IWUSR, "input/event%d", minor); |
692 | class_device_create(input_class, | 692 | class_device_create(input_class, NULL, |
693 | MKDEV(INPUT_MAJOR, EVDEV_MINOR_BASE + minor), | 693 | MKDEV(INPUT_MAJOR, EVDEV_MINOR_BASE + minor), |
694 | dev->dev, "event%d", minor); | 694 | dev->dev, "event%d", minor); |
695 | 695 | ||