Skip to content

Commit

Permalink
WAN: split hd6457x.c into hd64570.c and hd64572.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Hałasa committed Nov 22, 2008
1 parent e245a38 commit 6b40aba
Show file tree
Hide file tree
Showing 6 changed files with 871 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wan/c101.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static inline void openwin(card_t *card, u8 page)
}


#include "hd6457x.c"
#include "hd64570.c"


static inline void set_carrier(port_t *port)
Expand Down
File renamed without changes.
Loading

0 comments on commit 6b40aba

Please sign in to comment.