[PATCH] Remove CONFIG_SA1100_CT6001

From: Christoph Egger
Date: Fri Feb 05 2010 - 08:02:34 EST


The SA1100_CT6001 needed special-casing because of being a 8bit
devince on a 16bit bus. However this piece of hardware is no longer
available in the linux kernel so the special case can go as well

Signed-off-by: Christoph Egger <siccegge@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
---
include/linux/com20020.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/linux/com20020.h b/include/linux/com20020.h
index 5dcfb94..bed9de6 100644
--- a/include/linux/com20020.h
+++ b/include/linux/com20020.h
@@ -35,11 +35,7 @@ extern const struct net_device_ops com20020_netdev_ops;
#define ARCNET_TOTAL_SIZE 8

/* various register addresses */
-#ifdef CONFIG_SA1100_CT6001
-#define BUS_ALIGN 2 /* 8 bit device on a 16 bit bus - needs padding */
-#else
#define BUS_ALIGN 1
-#endif


#define _INTMASK (ioaddr+BUS_ALIGN*0) /* writable */
--
1.6.3.3





--
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/