Parcourir la source

hp_sdc_rtc: BKL pushdown

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Arnd Bergmann il y a 17 ans
Parent
commit
986f8b8ccf
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      drivers/input/misc/hp_sdc_rtc.c

+ 2 - 0
drivers/input/misc/hp_sdc_rtc.c

@@ -35,6 +35,7 @@
 
 #include <linux/hp_sdc.h>
 #include <linux/errno.h>
+#include <linux/smp_lock.h>
 #include <linux/types.h>
 #include <linux/init.h>
 #include <linux/module.h>
@@ -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;
 }