summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPedro Perez de Heredia <pedro.perez@digi.com>2010-02-25 02:13:32 +0100
committerPedro Perez de Heredia <pedro.perez@digi.com>2010-02-25 12:23:52 +0100
commit8e58af98b66eed115700da7c58f16abdf0c43a72 (patch)
treec43159372cdc7cd6e30b69789a5c74ed5b732db9 /include
parent8084924224a4c0d0ae9b5fe77b27a6dd9a0bdbc8 (diff)
ccwmx51: add support for 2nd ethernet mac
This commit adds support for the second etherent mac. This driver should be sync with the mainline driver in future. Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/smc911x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/smc911x.h b/include/linux/smc911x.h
index 521f37143fae..51da8c92eecc 100644
--- a/include/linux/smc911x.h
+++ b/include/linux/smc911x.h
@@ -8,6 +8,7 @@ struct smc911x_platdata {
unsigned long flags;
unsigned long irq_flags; /* IRQF_... */
int irq_polarity;
+ int irq_type;
};
#endif /* __SMC911X_H__ */