linux-next: bkl-removal build failure
From: Stephen Rothwell <hidden>
Date: 2008-05-19 06:32:06
Subsystem:
char and misc drivers, the rest · Maintainers:
Arnd Bergmann, Greg Kroah-Hartman, Linus Torvalds
From: Stephen Rothwell <hidden>
Date: 2008-05-19 06:32:06
Subsystem:
char and misc drivers, the rest · Maintainers:
Arnd Bergmann, Greg Kroah-Hartman, Linus Torvalds
Hi Jon, [Resend with correct address] Today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/char/viotape.c: In function 'viotap_open': /scratch/sfr/next/drivers/char/viotape.c:692: error: expected ';' before 'get_dev_info' I have temporarily applied the patch below. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From 442ab511fe8c5d61ff81a85a188b0eb1c677b2c6 Mon Sep 17 00:00:00 2001
From: Stephen Rothwell <redacted> Date: Mon, 19 May 2008 16:06:52 +1000 Subject: [PATCH] bkl-removal viotape fixup Signed-off-by: Stephen Rothwell <redacted> --- drivers/char/viotape.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/char/viotape.c b/drivers/char/viotape.c
index 57be035..9f4c4ba 100644
--- a/drivers/char/viotape.c
+++ b/drivers/char/viotape.c@@ -688,7 +688,7 @@ static int viotap_open(struct inode *inode, struct file *file) if (op == NULL) return -ENOMEM; - lock_kernel() + lock_kernel(); get_dev_info(file->f_path.dentry->d_inode, &devi); /* Note: We currently only support one mode! */
--
1.5.5.1