From: Kim Phillips Date: Thu, 26 Jul 2007 22:25:12 +0000 (-0500) Subject: [POWERPC] Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE... X-Git-Tag: v2.6.23-rc3~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c5ede8cc6c75c3d85e46a5c20f106bcec933347;p=pandora-kernel.git [POWERPC] Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC" This reverts commit 3baee955953957be5496cd28e9c544d9db214262. That commit was a mistake from the start; I added mdio type to the bus scan list early on in my ucc_geth migrate to phylib development, which is just pure wrong (the ucc_geth_mii driver creates the mii bus and the PHY layer handles PHY enumeration without translation). This follows on from commit 77926826f301fbd8ed96d3cd9ff17a5b59560dfb: Revert "[POWERPC] Don't complain if size-cells == 0 in prom_parse()" which was basically trying to hide a symptom of the original mistake this revert fixes. Signed-off-by: Kim Phillips Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed