From: David Gibson Date: Thu, 28 Jun 2007 01:27:57 +0000 (+1000) Subject: [POWERPC] Disable old EMAC driver in arch/powerpc X-Git-Tag: v2.6.22~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86affd5a00a92e491e5f00ed659492767519fdf7;p=pandora-kernel.git [POWERPC] Disable old EMAC driver in arch/powerpc The EMAC driver, in drivers/net/ibm_emac, for the embedded Ethernet MAC found in PowerPC 4xx embedded chips is not suitable for arch/powerpc. It will not build because it relies on the old arch/ppc OCP mechanism. BenH has a new, device-tree aware version of the driver which will work in arch/powerpc, but until it's merged, this patch will disable the old, non-building version. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed