diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-06-25 01:20:01 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-06-25 01:20:01 +0000 |
commit | 3797ba0b62debb71af4606910acacc9896a9ae3b (patch) | |
tree | 414eea76253c7871bfdf3bd9d1817771eb40917c /arch/m68k/atari/joystick.c | |
parent | 2b6c0c580795a4404f72d2a794214dd9e080709d (diff) |
Merge with Linux 2.4.0-test2.
Diffstat (limited to 'arch/m68k/atari/joystick.c')
-rw-r--r-- | arch/m68k/atari/joystick.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/atari/joystick.c b/arch/m68k/atari/joystick.c index 86bd24c73..2d20eb653 100644 --- a/arch/m68k/atari/joystick.c +++ b/arch/m68k/atari/joystick.c @@ -136,7 +136,7 @@ int __init atari_joystick_init(void) if (devfs_register_chrdev(MAJOR_NR, "Joystick", &atari_joystick_fops)) printk("unable to get major %d for joystick devices\n", MAJOR_NR); devfs_register_series (NULL, "joysticks/digital%u", 2, DEVFS_FL_DEFAULT, - MAJOR_NR, 128, S_IFCHR | S_IRUSR | S_IWUSR, 0, 0, + MAJOR_NR, 128, S_IFCHR | S_IRUSR | S_IWUSR, &atari_joystick_fops, NULL); return 0; |