commit | f9e7d100ddea5cdcea7a02230566f36b0a648c2e | [log] [tgz] |
---|---|---|
author | Adrian Bunk <adrian.bunk@movial.fi> | Wed Feb 27 17:07:54 2008 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Mar 05 06:34:34 2008 -0500 |
tree | 0aa3ba9d579558e8b1a4731bac7a45a8388da6e0 | |
parent | f37c768c39e3aeb8a508e1a45e461a506771445e [diff] |
FIXED_PHY must depend on PHYLIB=y This patch fixes the following build error introduced by commit a79d8e93d300adb84cccc38ac396cfb118c238ad and reported by Olaf Hering: <-- snip --> ... LD .tmp_vmlinux1 arch/powerpc/sysdev/built-in.o: In function `of_add_fixed_phys': fsl_soc.c:(.init.text+0xd34): undefined reference to `fixed_phy_add' make: *** [.tmp_vmlinux1] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi> Signed-off-by: Jeff Garzik <jeff@garzik.org>