Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: phy: aquantia: rename aquantia.c to aquantia_main.c

Rename aquantia.c to aquantia_main.c to be prepared for adding new
functionality to separate source code files.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Heiner Kallweit and committed by
David S. Miller
b4e6a102 a0392abe

+1
+1
drivers/net/phy/Makefile
··· 45 45 obj-y += $(sfp-obj-y) $(sfp-obj-m) 46 46 47 47 obj-$(CONFIG_AMD_PHY) += amd.o 48 + aquantia-objs += aquantia_main.o 48 49 obj-$(CONFIG_AQUANTIA_PHY) += aquantia.o 49 50 obj-$(CONFIG_ASIX_PHY) += asix.o 50 51 obj-$(CONFIG_AT803X_PHY) += at803x.o
drivers/net/phy/aquantia.c drivers/net/phy/aquantia_main.c