summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-02-10 15:55:03 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-02-10 15:55:03 +1100
commitb0974c97cc311cf1d4050acf0a07c999d1276c7e (patch)
tree7e9b7e92d2c524ea87cb679e563c9cedd517f3f8 /include
parentd9b7404d07a4f9b99b76b7dbc2c746bfa88916fb (diff)
parent874721ba92f7f70a17e4492a75648711d19eaca8 (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 */