]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/char/hw_random/core.c
Merge branch 'master' into tk71
[mv-sheeva.git] / drivers / char / hw_random / core.c
index 3d9c61e5acbf2adb354a70e0a8ba532568ef06d0..2016aad85203ac2e868d5be0df20b267ab9e5ecf 100644 (file)
@@ -37,7 +37,6 @@
 #include <linux/kernel.h>
 #include <linux/fs.h>
 #include <linux/sched.h>
-#include <linux/smp_lock.h>
 #include <linux/init.h>
 #include <linux/miscdevice.h>
 #include <linux/delay.h>
@@ -170,6 +169,7 @@ static const struct file_operations rng_chrdev_ops = {
        .owner          = THIS_MODULE,
        .open           = rng_dev_open,
        .read           = rng_dev_read,
+       .llseek         = noop_llseek,
 };
 
 static struct miscdevice rng_miscdev = {