git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d18e9
)
leds: Do not guard NEW_LEDS with HAS_IOMEM
author
David S. Miller
<davem@davemloft.net>
Wed, 23 Apr 2008 10:33:32 +0000
(
03:33
-0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 23 Apr 2008 10:33:32 +0000
(
03:33
-0700)
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>
No differences found