diff options
Diffstat (limited to 'drivers/char/lp.c')
-rw-r--r-- | drivers/char/lp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/lp.c b/drivers/char/lp.c index 938a3a273886..d2344117eaf5 100644 --- a/drivers/char/lp.c +++ b/drivers/char/lp.c | |||
@@ -748,6 +748,7 @@ static const struct file_operations lp_fops = { | |||
748 | #ifdef CONFIG_PARPORT_1284 | 748 | #ifdef CONFIG_PARPORT_1284 |
749 | .read = lp_read, | 749 | .read = lp_read, |
750 | #endif | 750 | #endif |
751 | .llseek = noop_llseek, | ||
751 | }; | 752 | }; |
752 | 753 | ||
753 | /* --- support for console on the line printer ----------------- */ | 754 | /* --- support for console on the line printer ----------------- */ |