Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 986f8b8c authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Jonathan Corbet
Browse files

hp_sdc_rtc: BKL pushdown



Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 4a7e79a7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
}