Re: [RFC 09/72] smc: Move the SMC drivers
From: Arnd Bergmann <arnd@arndb.de>
Date: 2011-06-25 14:30:46
From: Arnd Bergmann <arnd@arndb.de>
Date: 2011-06-25 14:30:46
On Saturday 25 June 2011, Jeff Kirsher wrote:
Moves the SMC drivers into drivers/net/ethernet/smc/ and the
necessary Kconfig and Makefile changes. Also did some cleanup
of NET_VENDOR_SMC Kconfig tag for the 8390 based drivers.
CC: Nicolas Pitre <nico@fluxnic.net>
CC: Donald Becker <redacted>
CC: Erik Stahlman <redacted>
Signed-off-by: Jeff Kirsher <redacted>
...
drivers/net/{ => ethernet/smc}/epic100.c | 0
drivers/net/{ => ethernet/smc}/smc9194.c | 0
drivers/net/{ => ethernet/smc}/smc9194.h | 0
drivers/net/{ => ethernet/smc}/smc91x.c | 0
drivers/net/{ => ethernet/smc}/smc91x.h | 0Isn't SMC (standard microsystems corporation) the company now known as SMSC? The comments in smc91x.c at least hint that this should be in the same directory as the other smsc drivers. Arnd