From: David S. Miller Date: Tue, 16 Dec 2014 19:30:09 +0000 (-0500) Subject: net: Allow FIXED_PHY to be modular. X-Git-Tag: omap-for-v3.19/fixes-rc1~39^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6539c44d08ac2eea693b6163135169b9c8c18bb1;p=pandora-kernel.git net: Allow FIXED_PHY to be modular. Otherwise we get things like: warning: (NET_DSA_BCM_SF2 && BCMGENET && SYSTEMPORT) selects FIXED_PHY which has unmet direct dependencies (NETDEVICES && PHYLIB=y) In order to make this work we have to rename fixed.c to fixed_phy.c because the regulator drivers already have a module named "fixed.o". Signed-off-by: David S. Miller --- Reading git-diff-tree failed