X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2Fdrivers%2Fmconsole_kern.c;h=975613b23dcfb9cd0b60d46afa05260e733d90c2;hb=73ecf3a6e3f0206bf56a0fefe3b3eda042fb7034;hp=ebc680717e59f69394793eeea1cd6e5e9ae50034;hpb=1f0ce990f0fc1bb92c28ef3f54b55cdf9a17b3a8;p=pandora-kernel.git diff --git a/arch/um/drivers/mconsole_kern.c b/arch/um/drivers/mconsole_kern.c index ebc680717e59..975613b23dcf 100644 --- a/arch/um/drivers/mconsole_kern.c +++ b/arch/um/drivers/mconsole_kern.c @@ -843,6 +843,7 @@ static ssize_t mconsole_proc_write(struct file *file, static const struct file_operations mconsole_proc_fops = { .owner = THIS_MODULE, .write = mconsole_proc_write, + .llseek = noop_llseek, }; static int create_proc_mconsole(void)