]> git.neil.brown.name Git - history.git/commitdiff
[IA64] fix sba_iommu build
authorJesse Barnes <jbarnes@sgi.com>
Wed, 20 Oct 2004 20:29:33 +0000 (20:29 +0000)
committerTony Luck <tony.luck@intel.com>
Wed, 20 Oct 2004 20:29:33 +0000 (20:29 +0000)
sba_iommu.c needs to include linux/nodemask.h for node_online now.  Here's a
patch to add it.

Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/hp/common/sba_iommu.c

index e50c446e0f4f7766fcc0c5a3a43a99df7c329958..cc86aafecd90e11d7a7e6cd419084beee1d5eb80 100644 (file)
@@ -33,6 +33,7 @@
 #include <linux/seq_file.h>
 #include <linux/acpi.h>
 #include <linux/efi.h>
+#include <linux/nodemask.h>
 
 #include <asm/delay.h>         /* ia64_get_itc() */
 #include <asm/io.h>