X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=drivers%2Fchar%2Flp.c;h=d2344117eaf5d0e454d61a3c542c0b0f2b4dc069;hb=6038f373a3dc1f1c26496e60b6c40b164716f07e;hp=938a3a2738866c71e42b7d8112b29966cdf3417c;hpb=2c3b9b50db5fe8d6039dfdfc44202fcd49eb9d00;p=sfrench%2Fcifs-2.6.git 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 = { #ifdef CONFIG_PARPORT_1284 .read = lp_read, #endif + .llseek = noop_llseek, }; /* --- support for console on the line printer ----------------- */