From: Thomas Gleixner Date: Sat, 10 Oct 2009 13:33:17 +0000 (+0200) Subject: parisc: Remove BKL from eisa_eeprom X-Git-Tag: v2.6.33-rc1~358^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb29b758a8b0b2dbffd8dc898490237d3ee783e4;p=pandora-kernel.git 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 LKML-Reference: <20091010153350.086917493@linutronix.de> Cc: Kyle McMartin --- Reading git-diff-tree failed