Commit b8282994 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Jonathan Corbet

ans-lcd: BKL pushdown

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent a0762301
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
*/ */
#include <linux/types.h> #include <linux/types.h>
#include <linux/smp_lock.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/miscdevice.h> #include <linux/miscdevice.h>
...@@ -119,6 +120,7 @@ anslcd_ioctl( struct inode * inode, struct file * file, ...@@ -119,6 +120,7 @@ anslcd_ioctl( struct inode * inode, struct file * file,
static int static int
anslcd_open( struct inode * inode, struct file * file ) anslcd_open( struct inode * inode, struct file * file )
{ {
cycle_kernel_lock();
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment