lp: move compat_ioctl handling into lp.c
authorArnd Bergmann <arnd@arndb.de>
Sat, 14 Nov 2009 00:33:13 +0000 (01:33 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 10 Dec 2009 21:55:36 +0000 (22:55 +0100)
Handling for LPSETTIMEOUT can easily be done in lp_ioctl, which
is the only user. As a positive side-effect, push the BKL
into the ioctl methods.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found