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/pci200syn.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/pci200syn.c')
-rw-r--r-- | drivers/net/wan/pci200syn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/pci200syn.c b/drivers/net/wan/pci200syn.c index bba111cdeebe..f4aa3263790d 100644 --- a/drivers/net/wan/pci200syn.c +++ b/drivers/net/wan/pci200syn.c | |||
@@ -127,7 +127,7 @@ static inline void new_memcpy_toio(char __iomem *dest, char *src, int length) | |||
127 | #undef memcpy_toio | 127 | #undef memcpy_toio |
128 | #define memcpy_toio new_memcpy_toio | 128 | #define memcpy_toio new_memcpy_toio |
129 | 129 | ||
130 | #include "hd6457x.c" | 130 | #include "hd64572.c" |
131 | 131 | ||
132 | 132 | ||
133 | static void pci200_set_iface(port_t *port) | 133 | static void pci200_set_iface(port_t *port) |