commit | 9a55a2b37eb7e4941ef55aadb858b615d229afee | [log] [tgz] |
---|---|---|
author | Andy Walls <awalls@md.metrocast.net> | Thu Jan 27 00:04:15 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Mar 22 19:23:54 2011 -0300 |
tree | 515dfd6f91d1a4febb97f567f7a0f2f31fc9596c | |
parent | a30648550f2f758c9c00c493c8919f89f65438c4 [diff] |
[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>