]> git.baikalelectronics.ru Git - kernel.git/commit
leds: Do not guard NEW_LEDS with HAS_IOMEM
authorDavid S. Miller <davem@davemloft.net>
Wed, 23 Apr 2008 10:33:32 +0000 (03:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Apr 2008 10:33:32 +0000 (03:33 -0700)
commit83090e2bfb30fe6707eb29e6c2716528e5b52ba7
treeda7c72704aa8e099343dd16f9fbf0519e1e41ecb
parent35137eab6ad371e49263050b50e70c7cd58b89d9
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 <davem@davemloft.net>
drivers/leds/Kconfig