parisc: Remove BKL from eisa_eeprom
authorThomas Gleixner <tglx@linutronix.de>
Sat, 10 Oct 2009 13:33:17 +0000 (15:33 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 14 Oct 2009 15:36:52 +0000 (17:36 +0200)
commiteb29b758a8b0b2dbffd8dc898490237d3ee783e4
tree2716683beefd06d4405547a1a33630cfb71dc3e9
parenta5ee6dc9ebe8fc2640ee3fbf2c340bd853e2fd36
parisc: Remove BKL from eisa_eeprom

Remove the empty ioctl and the cycle_kernel_lock() in
eisa_eeprom_open() which got there with the big BKL push down. There
is nothing to wait for and sychronize with after the misc device has
been registered.

Remove the empty ioctl as well. The generic code handles the -ENOTTY
if no ioctl function is provided.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <20091010153350.086917493@linutronix.de>
Cc: Kyle McMartin <kyle@parisc-linux.org>
drivers/parisc/eisa_eeprom.c