]> git.baikalelectronics.ru Git - kernel.git/commit
asix: Rename asix.c to asix_devices.c
authorChristian Riesch <christian.riesch@omicron.at>
Fri, 13 Jul 2012 05:26:29 +0000 (05:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jul 2012 06:26:23 +0000 (23:26 -0700)
commitf473efb7679b8bddcfd6350ecf29f252529a6728
treec3aee1d482fb097f0298b853a321d7a0a7a7127b
parent356f973f3519f0fbc22f059230ded28749e46138
asix: Rename asix.c to asix_devices.c

This patch further creates two additional copies of asix.c.
In another patch these copies will be used to factor out
common code.

Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/Makefile
drivers/net/usb/asix.c [deleted file]
drivers/net/usb/asix.h [new file with mode: 0644]
drivers/net/usb/asix_common.c [new file with mode: 0644]
drivers/net/usb/asix_devices.c [new file with mode: 0644]