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:	Fri, 29 Jul 2011 12:07:34 -0700
From:	Randy Dunlap <rdunlap@...otime.net>
To:	Stephen Rothwell <sfr@...b.auug.org.au>, x86@...nel.org
Cc:	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] x86: files need export.h

From: Randy Dunlap <rdunlap@...otime.net>

Fix multiple build errors due to missing export.h header file.

Signed-off-by: Randy Dunlap <rdunlap@...otime.net>
---
 arch/x86/kernel/e820.c    |    1 +
 arch/x86/kernel/pci-dma.c |    1 +
 arch/x86/kernel/rtc.c     |    1 +
 3 files changed, 3 insertions(+)

--- linux-next-20110729.orig/arch/x86/kernel/e820.c
+++ linux-next-20110729/arch/x86/kernel/e820.c
@@ -16,6 +16,7 @@
 #include <linux/pfn.h>
 #include <linux/suspend.h>
 #include <linux/acpi.h>
+#include <linux/export.h>
 #include <linux/firmware-map.h>
 #include <linux/memblock.h>
 #include <linux/sort.h>
--- linux-next-20110729.orig/arch/x86/kernel/pci-dma.c
+++ linux-next-20110729/arch/x86/kernel/pci-dma.c
@@ -1,6 +1,7 @@
 #include <linux/dma-mapping.h>
 #include <linux/dma-debug.h>
 #include <linux/dmar.h>
+#include <linux/export.h>
 #include <linux/bootmem.h>
 #include <linux/gfp.h>
 #include <linux/pci.h>
--- linux-next-20110729.orig/arch/x86/kernel/rtc.c
+++ linux-next-20110729/arch/x86/kernel/rtc.c
@@ -5,6 +5,7 @@
 #include <linux/mc146818rtc.h>
 #include <linux/acpi.h>
 #include <linux/bcd.h>
+#include <linux/export.h>
 #include <linux/pnp.h>
 #include <linux/of.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