]> git.baikalelectronics.ru Git - kernel.git/commit
net/ethernet: Move mac89x0.c from apple to cirrus
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 29 Oct 2011 08:09:01 +0000 (08:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Nov 2011 23:30:38 +0000 (19:30 -0400)
commitebcfe9bd4b9f597097b5bef511c43946f26ad413
tree19895725ca0ebcd57a976eabe51e318818e69cb6
parentc221855d1b3df5a1962b8a9f0107396d430ae6c6
net/ethernet: Move mac89x0.c from apple to cirrus

Macintosh CS89x0 based ethernet cards use a Crystal Semiconductor (Now
Cirrus Logic) CS89x0 chip, so the mac89x0 driver should be in
drivers/net/ethernet/cirrus instead of drivers/net/ethernet/apple.

This also fixes a build problem, as the driver needs a header file from the
cirrus directory:

drivers/net/ethernet/apple/mac89x0.c:107:20: error: cs89x0.h: No such file or directory

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/apple/Kconfig
drivers/net/ethernet/apple/Makefile
drivers/net/ethernet/apple/mac89x0.c [deleted file]
drivers/net/ethernet/cirrus/Kconfig
drivers/net/ethernet/cirrus/Makefile
drivers/net/ethernet/cirrus/mac89x0.c [new file with mode: 0644]