[media] lirc_zilog: Use kernel standard methods for marking device non-seekable
authorAndy Walls <awalls@md.metrocast.net>
Thu, 27 Jan 2011 03:04:15 +0000 (00:04 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 22:23:54 +0000 (19:23 -0300)
lirc_zilog had its own llseek stub that returned -ESPIPE.  Get rid of
it and use the kernel's no_llseek() and nonseekable_open() functions
instead.

Signed-off-by: Andy Walls <awalls@md.metrocast.net>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found