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)
commita5ee6dc9ebe8fc2640ee3fbf2c340bd853e2fd36
tree879caae9d7eac70a944eef7e4a8194fca12588ca
parentd2d23559857e5f34762c61487f8ffb2fa4d7442d
rtc: Remove BKL from efirtc

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>
drivers/char/efirtc.c