]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/char/monreader.c
qeth: fix uaccess handling and get rid of unused variable
[linux-2.6-omap-h63xx.git] / drivers / s390 / char / monreader.c
index fb7bc9e5eebc90a20c09ae40f07b3df2a4c3e950..a138b1510093cc53a6538a99c47fe020da53518a 100644 (file)
@@ -586,7 +586,6 @@ static struct file_operations mon_fops = {
 
 static struct miscdevice mon_dev = {
        .name       = "monreader",
-       .devfs_name = "monreader",
        .fops       = &mon_fops,
        .minor      = MISC_DYNAMIC_MINOR,
 };