drivers: Push down BKL into various drivers
[safe/jmp/linux-2.6] / drivers / macintosh / nvram.c
index c876349..a271c82 100644 (file)
@@ -100,7 +100,7 @@ const struct file_operations nvram_fops = {
        .llseek         = nvram_llseek,
        .read           = read_nvram,
        .write          = write_nvram,
-       .ioctl          = nvram_ioctl,
+       .unlocked_ioctl = nvram_ioctl,
 };
 
 static struct miscdevice nvram_dev = {