diff options
author | Helmut Schaa <helmut.schaa@googlemail.com> | 2009-02-14 16:22:39 +0100 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2009-02-18 21:02:38 +0100 |
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 ffeab227d95..ebb83657e27 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h @@ -220,6 +220,7 @@ struct sdhci_host { #if defined(CONFIG_LEDS_CLASS) || defined(CONFIG_LEDS_CLASS_MODULE) struct led_classdev led; /* LED control */ + char led_name[32]; #endif spinlock_t lock; /* Mutex */ |