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 598d278db058..97c3edb95ae7 100644 --- a/drivers/char/lp.c +++ b/drivers/char/lp.c | |||
@@ -749,6 +749,7 @@ static const struct file_operations lp_fops = { | |||
749 | #ifdef CONFIG_PARPORT_1284 | 749 | #ifdef CONFIG_PARPORT_1284 |
750 | .read = lp_read, | 750 | .read = lp_read, |
751 | #endif | 751 | #endif |
752 | .llseek = noop_llseek, | ||
752 | }; | 753 | }; |
753 | 754 | ||
754 | /* --- support for console on the line printer ----------------- */ | 755 | /* --- support for console on the line printer ----------------- */ |