summaryrefslogtreecommitdiffstats
path: root/drivers/hw_random/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hw_random/core.c')
-rw-r--r--drivers/hw_random/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hw_random/core.c b/drivers/hw_random/core.c
index 1c68a379f7..ee3d5a52dd 100644
--- a/drivers/hw_random/core.c
+++ b/drivers/hw_random/core.c
@@ -63,7 +63,6 @@ static ssize_t rng_dev_read(struct cdev *cdev, void *buf, size_t size,
static struct cdev_operations rng_chrdev_ops = {
.read = rng_dev_read,
- .lseek = dev_lseek_default,
};
static int hwrng_register_cdev(struct hwrng *rng)