[PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed
[safe/jmp/linux-2.6] / drivers / char / mmtimer.c
index f25168a..95e8122 100644 (file)
@@ -693,7 +693,6 @@ static int __init mmtimer_init(void)
                return -1;
        }
 
-       strcpy(mmtimer_miscdev.devfs_name, MMTIMER_NAME);
        if (misc_register(&mmtimer_miscdev)) {
                printk(KERN_ERR "%s: failed to register device\n",
                       MMTIMER_NAME);