summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorTony Lindgren2010-02-12 21:26:47 +0100
committerTony Lindgren2010-02-15 18:27:01 +0100
commit088ef950dc0dd58d2f339e1616c9092fea923f06 (patch)
tree4901dd1855d101f2d4c84c1d297edb4e9404ffcd /drivers/net
parentomap2/3/4: Fix mbox init for multi-omap (diff)
downloadkernel-qcow2-linux-088ef950dc0dd58d2f339e1616c9092fea923f06.tar.gz
kernel-qcow2-linux-088ef950dc0dd58d2f339e1616c9092fea923f06.tar.xz
kernel-qcow2-linux-088ef950dc0dd58d2f339e1616c9092fea923f06.zip
omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2
Convert ARCH_OMAP24XX to ARCH_OMAP2 Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/smc911x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
index 05adb6a666cf..1477ff8f85f6 100644
--- a/drivers/net/smc911x.h
+++ b/drivers/net/smc911x.h
@@ -47,7 +47,7 @@
#define SMC_USE_32BIT 1
#define SMC_IRQ_SENSE IRQF_TRIGGER_LOW
#define SMC_MEM_RESERVED 1
-#elif defined(CONFIG_ARCH_OMAP24XX)
+#elif defined(CONFIG_ARCH_OMAP2)
#define SMC_USE_16BIT 0
#define SMC_USE_32BIT 1
#define SMC_IRQ_SENSE IRQF_TRIGGER_LOW