Re: [PATCH 2/2] ioc4: Enable build on non-SN2

From: Brent Casavant
Date: Thu Oct 12 2006 - 15:38:21 EST


When removing SN2 dependencies from the ioc4 master driver, I overlooked
removing various SN-specific includes in the driver. These need to be
removed to build on non-SN2 systems.

Signed-off-by: Brent Casavant <bcasavan@xxxxxxx>
---
Note to Andrew: ioc4-enable-build-on-non-sn2-fix.patch in -mm should
be removed once this patch is applied.

This time I confirmed the results build on both SN2 and x86_64.

ioc4.c | 3 ---
1 file changed, 3 deletions(-)
---
Index: top/drivers/misc/ioc4.c
===================================================================
--- top.orig/drivers/misc/ioc4.c 2006-10-12 12:56:40.000000000 -0500
+++ top/drivers/misc/ioc4.c 2006-10-12 12:57:35.368546949 -0500
@@ -32,9 +32,6 @@
#include <linux/ktime.h>
#include <linux/mutex.h>
#include <linux/time.h>
-#include <asm/sn/addrs.h>
-#include <asm/sn/clksupport.h>
-#include <asm/sn/shub_mmr.h>

/***************
* Definitions *
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/