Skip to content
  • Thomas Gleixner's avatar
    parisc: Remove BKL from eisa_eeprom · eb29b758
    Thomas Gleixner authored
    
    
    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: default avatarThomas Gleixner <tglx@linutronix.de>
    LKML-Reference: <20091010153350.086917493@linutronix.de>
    Cc: Kyle McMartin <kyle@parisc-linux.org>
    eb29b758