[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)
commit9a55a2b37eb7e4941ef55aadb858b615d229afee
tree515dfd6f91d1a4febb97f567f7a0f2f31fc9596c
parenta30648550f2f758c9c00c493c8919f89f65438c4
[media] lirc_zilog: Use kernel standard methods for marking device non-seekable

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>
drivers/staging/lirc/lirc_zilog.c