summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-02-03 14:51:24 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-02-03 14:51:24 +1100
commitf0722ae585ba1ff66582269a1b012b59919411b7 (patch)
tree90fcf4c2cf031308b43a478f0cbfa74831b54b6d /include
parent66eb7eb446388d9d2e2e92513748eec5c1e3ea73 (diff)
parentf5f37177614739d9f02d036a2c9eb752d6ff63bc (diff)
Merge commit 'leds/for-mm'
Diffstat (limited to 'include')
-rw-r--r--include/linux/leds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h
index 24489da701e3..17d277e0c4a6 100644
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@ -30,6 +30,7 @@ enum led_brightness {
struct led_classdev {
const char *name;
int brightness;
+ int max_brightness;
int flags;
/* Lower 16 bits reflect status */