commit | e3621ee633810be1079d0fa65ac2c904f53b73fa | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Jul 16 08:39:12 2008 -0500 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 16 11:43:48 2008 -0700 |
tree | 3dc8cf4a11340275c796181e495790a918b3e2e1 | |
parent | bef5b54bd7bf8117c75cb943d64549134c6d9a1f [diff] |
powerpc/ep8248e: Fix compile problem if !CONFIG_FS_ENET If we don't enable FS_ENET we get build issues: arch/powerpc/platforms/built-in.o: In function `ep8248e_mdio_probe': arch/powerpc/platforms/82xx/ep8248e.c:129: undefined reference to `alloc_mdio_bitbang' arch/powerpc/platforms/82xx/ep8248e.c:143: undefined reference to `mdiobus_register' Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>