lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 12 Oct 2009 16:22:46 +0200
From:	Ingo Molnar <mingo@...e.hu>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Alexey Dobriyan <adobriyan@...il.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [origin tree build failure] [PATCH] headers: Fix build in
	drivers/char/sonypi.c

Fix:

drivers/char/sonypi.c: In function ‘sonypi_irq’:
drivers/char/sonypi.c:883: error: ‘SIGIO’ undeclared (first use in this function)
drivers/char/sonypi.c:883: error: (Each undeclared identifier is reported only once
drivers/char/sonypi.c:883: error: for each function it appears in.)
drivers/char/sonypi.c:883: error: ‘POLL_IN’ undeclared (first use in this function)
drivers/char/sonypi.c:884: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
drivers/char/sonypi.c: In function ‘sonypi_misc_read’:
drivers/char/sonypi.c:925: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
drivers/char/sonypi.c:925: error: implicit declaration of function ‘signal_pending’
drivers/char/sonypi.c:925: error: implicit declaration of function ‘schedule’

Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
 drivers/char/sonypi.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/char/sonypi.c b/drivers/char/sonypi.c
index fd3dced..8c262aa 100644
--- a/drivers/char/sonypi.c
+++ b/drivers/char/sonypi.c
@@ -36,6 +36,7 @@
  */
 
 #include <linux/module.h>
+#include <linux/sched.h>
 #include <linux/input.h>
 #include <linux/pci.h>
 #include <linux/init.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ