diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-03-24 11:39:02 -0400 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-11-21 20:49:47 -0500 |
commit | 6b40aba304e6f94c747ad9559e03ea03a49e8008 (patch) | |
tree | 9f5adb7f2c5dee73a9d86fa99ef408300ba50423 /drivers/net/wan/c101.c | |
parent | e245a3855eec42127b722ed9688a49ec3f3c9a27 (diff) |
WAN: split hd6457x.c into hd64570.c and hd64572.c
Supporting both original SCA and SCA-II in one file was nice at some
point but now it's increasingly painful.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'drivers/net/wan/c101.c')
-rw-r--r-- | drivers/net/wan/c101.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/c101.c b/drivers/net/wan/c101.c index c8e563106a4a..23d66060db87 100644 --- a/drivers/net/wan/c101.c +++ b/drivers/net/wan/c101.c | |||
@@ -113,7 +113,7 @@ static inline void openwin(card_t *card, u8 page) | |||
113 | } | 113 | } |
114 | 114 | ||
115 | 115 | ||
116 | #include "hd6457x.c" | 116 | #include "hd64570.c" |
117 | 117 | ||
118 | 118 | ||
119 | static inline void set_carrier(port_t *port) | 119 | static inline void set_carrier(port_t *port) |