net/ethernet: Move mac89x0.c from apple to cirrus
commit0a3360e1e18fc6bbe10bebe416db42de5fa02dbd
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 29 Oct 2011 08:09:01 +0000 (29 08:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Nov 2011 23:30:38 +0000 (1 19:30 -0400)
tree19895725ca0ebcd57a976eabe51e318818e69cb6
parent1b6b7172d0ee37528762bddb83acb56cb38ffac2
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/cirrus/Kconfig
drivers/net/ethernet/cirrus/Makefile
drivers/net/ethernet/cirrus/mac89x0.c [moved from drivers/net/ethernet/apple/mac89x0.c with 100% similarity]