agp: Remove the BKL from agp_open
[sfrench/cifs-2.6.git] / drivers / input / misc / hp_sdc_rtc.c
index 216a559f55ea5c706731afc7f7f4abc1219891ed..4d1aa9a2c336db9794df26f5f01d7ef2ddcf9ddd 100644 (file)
@@ -35,7 +35,6 @@
 
 #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>
@@ -409,7 +408,6 @@ 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;
 }