]> Pileus Git - ~andy/linux/blobdiff - drivers/char/hw_random/core.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[~andy/linux] / drivers / char / hw_random / core.c
index 82367262f3a8b604d8d9b11a3b37f3bf18f4fdb9..5c2d13c6e1890809ed8ed6ea5d3da9737b169c22 100644 (file)
@@ -174,7 +174,7 @@ static const struct file_operations rng_chrdev_ops = {
 static struct miscdevice rng_miscdev = {
        .minor          = RNG_MISCDEV_MINOR,
        .name           = RNG_MODULE_NAME,
-       .devnode        = "hwrng",
+       .nodename       = "hwrng",
        .fops           = &rng_chrdev_ops,
 };