lirc: make chardev nonseekable
authorArnd Bergmann <arnd@arndb.de>
Sun, 15 Aug 2010 16:51:56 +0000 (18:51 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 16 Sep 2010 08:33:16 +0000 (10:33 +0200)
There does not seem to be a need for lirc to
allow seeking on the file descriptor, so let's
just disallow this before users start relying
on it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

No differences found