aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/harddog_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/drivers/harddog_kern.c')
-rw-r--r--arch/um/drivers/harddog_kern.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/drivers/harddog_kern.c b/arch/um/drivers/harddog_kern.c
index cfcac1ff4cf2..dd1e6f871fe4 100644
--- a/arch/um/drivers/harddog_kern.c
+++ b/arch/um/drivers/harddog_kern.c
@@ -166,6 +166,7 @@ static const struct file_operations harddog_fops = {
166 .unlocked_ioctl = harddog_ioctl, 166 .unlocked_ioctl = harddog_ioctl,
167 .open = harddog_open, 167 .open = harddog_open,
168 .release = harddog_release, 168 .release = harddog_release,
169 .llseek = no_llseek,
169}; 170};
170 171
171static struct miscdevice harddog_miscdev = { 172static struct miscdevice harddog_miscdev = {