Merge branch 'linus' into x86/urgent
[pandora-kernel.git] / drivers / net / tun.c
index 3f5d288..d3ee199 100644 (file)
@@ -1370,7 +1370,7 @@ static const struct file_operations tun_fops = {
 static struct miscdevice tun_miscdev = {
        .minor = TUN_MINOR,
        .name = "tun",
-       .devnode = "net/tun",
+       .nodename = "net/tun",
        .fops = &tun_fops,
 };