提交 986f8b8c 编写于 作者: A Arnd Bergmann 提交者: Jonathan Corbet

hp_sdc_rtc: BKL pushdown

Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 4a7e79a7
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include <linux/hp_sdc.h> #include <linux/hp_sdc.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/smp_lock.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>
...@@ -408,6 +409,7 @@ static unsigned int hp_sdc_rtc_poll(struct file *file, poll_table *wait) ...@@ -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) static int hp_sdc_rtc_open(struct inode *inode, struct file *file)
{ {
cycle_kernel_lock();
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册