From: Arnd Bergmann Date: Tue, 20 May 2008 17:15:58 +0000 (+0200) Subject: hp_sdc_rtc: BKL pushdown X-Git-Tag: v2.6.27-rc1~1103^2~60 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=986f8b8ccf4806c1e95528a6f157998113fb4f41;p=linux-2.6-omap-h63xx.git hp_sdc_rtc: BKL pushdown Signed-off-by: Arnd Bergmann --- diff --git a/drivers/input/misc/hp_sdc_rtc.c b/drivers/input/misc/hp_sdc_rtc.c index 45e5d05b01d..49d8abfe38f 100644 --- a/drivers/input/misc/hp_sdc_rtc.c +++ b/drivers/input/misc/hp_sdc_rtc.c @@ -35,6 +35,7 @@ #include #include +#include #include #include #include @@ -408,6 +409,7 @@ static unsigned int hp_sdc_rtc_poll(struct file *file, poll_table *wait) static int hp_sdc_rtc_open(struct inode *inode, struct file *file) { + cycle_kernel_lock(); return 0; }