From: Andy Walls Date: Thu, 27 Jan 2011 03:04:15 +0000 (-0300) Subject: [media] lirc_zilog: Use kernel standard methods for marking device non-seekable X-Git-Tag: v2.6.39-rc1~86^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a55a2b37eb7e4941ef55aadb858b615d229afee;p=pandora-kernel.git [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 Signed-off-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed