git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
772801e
)
net: Allow FIXED_PHY to be modular.
author
David S. Miller
<davem@davemloft.net>
Tue, 16 Dec 2014 19:30:09 +0000
(14:30 -0500)
committer
David S. Miller
<davem@davemloft.net>
Tue, 16 Dec 2014 20:02:23 +0000
(15:02 -0500)
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 <davem@davemloft.net>
No differences found