[PATCH V3 1/4] CS89x0 : add platform driver support

David Miller davem at davemloft.net
Tue Jan 17 12:39:29 EST 2012


From: Jaccon Bastiaansen <jaccon.bastiaansen at gmail.com>
Date: Sat, 14 Jan 2012 20:56:36 +0100

> -	depends on ISA || EISA || MACH_IXDP2351 || ARCH_IXDP2X01 \
> -		|| MACH_MX31ADS || MACH_QQ2440 || (ARM && ARCH_EP93XX) || MAC
> +	depends on ISA || EISA || ARM || (ARM && ARCH_EP93XX) || MAC

The expression "ARM || (ARM && ARCH_EP93XX)" should be reduced to
just plain "ARM", which is equivalent.




More information about the linux-arm-kernel mailing list