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>] [day] [month] [year] [list]
Date:	Thu, 15 Sep 2011 09:32:29 +0100
From:	"Jan Beulich" <JBeulich@...e.com>
To:	<mingo@...e.hu>, <tglx@...utronix.de>, <hpa@...or.com>
Cc:	<linux-kernel@...r.kernel.org>
Subject: [PATCH] x86: probe_roms.c should include probe_roms.h

Source files defining global symbols should include the header(s)
declaring them to ensure they aren't (and won't get) out of sync.

Signed-off-by: Jan Beulich <jbeulich@...ell.com>

---
 arch/x86/kernel/probe_roms.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- 3.1-rc6/arch/x86/kernel/probe_roms.c
+++ 3.1-rc6-x86-probe-ROMs/arch/x86/kernel/probe_roms.c
@@ -11,7 +11,7 @@
 #include <linux/pfn.h>
 #include <linux/pci.h>
 #include <asm/pci-direct.h>
-
+#include <asm/probe_roms.h>
 
 #include <asm/e820.h>
 #include <asm/mmzone.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