From: Kumar Gala Date: Wed, 16 Jul 2008 13:39:12 +0000 (-0500) Subject: powerpc/ep8248e: Fix compile problem if !CONFIG_FS_ENET X-Git-Tag: v2.6.27-rc1~1055 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3621ee633810be1079d0fa65ac2c904f53b73fa;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed