rtc: Remove BKL from efirtc
authorThomas Gleixner <tglx@linutronix.de>
Sat, 10 Oct 2009 13:14:03 +0000 (15:14 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 14 Oct 2009 15:36:51 +0000 (17:36 +0200)
BKL locking came to efirtc via the big BKL push down, but the access
to the efi functions is protected by efi_rtc_lock already.

Remove it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <20091010153350.046644063@linutronix.de>


No differences found