Commit 89c7de08 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Jonathan Corbet

efirtc: BKL pushdown

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 080c2226
......@@ -28,6 +28,7 @@
*/
#include <linux/smp_lock.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/miscdevice.h>
......@@ -272,6 +273,7 @@ efi_rtc_open(struct inode *inode, struct file *file)
* We do accept multiple open files at the same time as we
* synchronize on the per call operation.
*/
cycle_kernel_lock();
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