]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
powerpc/ep8248e: Fix compile problem if !CONFIG_FS_ENET
authorKumar Gala <galak@kernel.crashing.org>
Wed, 16 Jul 2008 13:39:12 +0000 (08:39 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Jul 2008 18:43:48 +0000 (11:43 -0700)
commite3621ee633810be1079d0fa65ac2c904f53b73fa
tree3dc8cf4a11340275c796181e495790a918b3e2e1
parentbef5b54bd7bf8117c75cb943d64549134c6d9a1f
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>
arch/powerpc/platforms/82xx/ep8248e.c