Skip to content

Commit

Permalink
asix: Rename asix.c to asix_devices.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Christian Riesch authored and davem330 committed Jul 17, 2012
1 parent 6ba6047 commit b4cdae2
Show file tree
Hide file tree
Showing 4 changed files with 3,361 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ obj-$(CONFIG_USB_PEGASUS) += pegasus.o
obj-$(CONFIG_USB_RTL8150) += rtl8150.o
obj-$(CONFIG_USB_HSO) += hso.o
obj-$(CONFIG_USB_NET_AX8817X) += asix.o
asix-y := asix_devices.o
obj-$(CONFIG_USB_NET_CDCETHER) += cdc_ether.o
obj-$(CONFIG_USB_NET_CDC_EEM) += cdc_eem.o
obj-$(CONFIG_USB_NET_DM9601) += dm9601.o
Expand Down
File renamed without changes.
Loading

0 comments on commit b4cdae2

Please sign in to comment.