diff options
author | Helmut Schaa <helmut.schaa@googlemail.com> | 2009-02-14 10:22:39 -0500 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2009-02-18 15:02:38 -0500 |
commit | 5dbace0c9ba110c1a3810a89fa6bf12b7574b5a3 (patch) | |
tree | 278312b69242c236d92d6d8599873c539bd5ab38 /drivers/mmc/host/sdhci.h | |
parent | 58a5dd3e0e77029d3db1f8fa75d0b54b38169d5d (diff) |
sdhci: fix led naming
Fix the led device naming for the sdhci driver.
The led class documentation defines the led name to have the
form "devicename:colour:function" while not applicable sections
should be left blank.
To comply with the documentation the led device name is changed
from "mmc*" to "mmc*::".
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r-- | drivers/mmc/host/sdhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index ffeab227d95b..ebb83657e27a 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h | |||
@@ -220,6 +220,7 @@ struct sdhci_host { | |||
220 | 220 | ||
221 | #if defined(CONFIG_LEDS_CLASS) || defined(CONFIG_LEDS_CLASS_MODULE) | 221 | #if defined(CONFIG_LEDS_CLASS) || defined(CONFIG_LEDS_CLASS_MODULE) |
222 | struct led_classdev led; /* LED control */ | 222 | struct led_classdev led; /* LED control */ |
223 | char led_name[32]; | ||
223 | #endif | 224 | #endif |
224 | 225 | ||
225 | spinlock_t lock; /* Mutex */ | 226 | spinlock_t lock; /* Mutex */ |