[PATCH 16/17] mach-sa1100: retire custom LED code

Russell King - ARM Linux linux at arm.linux.org.uk
Tue Jul 12 03:30:37 EDT 2011


On Tue, Jul 12, 2011 at 08:31:28AM +0800, Bryan Wu wrote:
> I think this is a great idea. what about moving it to include/asm-generic/

Except, instead of:

		if (machine_is(mach)) return fn(); \

we'd need:

		if (machine_is_##mach()) return fn(); \




More information about the linux-arm-kernel mailing list