From: David S. Miller Date: Wed, 23 Apr 2008 10:33:32 +0000 (-0700) Subject: leds: Do not guard NEW_LEDS with HAS_IOMEM X-Git-Tag: v2.6.26-rc1~1095^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00713e224e718b350cb0148184dc7884885d00b9;p=pandora-kernel.git leds: Do not guard NEW_LEDS with HAS_IOMEM The LEDS infrastructure itself does not require anything that a platform dependant upon HAS_IOMEM. The individual drivers do, but they are properly guarded with the necessary platform dependencies. One can even imagine a hypervisor based LED driver that a platform without HAS_IOMEM might have. Signed-off-by: David S. Miller --- Reading git-diff-tree failed