summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-10-21 15:38:21 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-10-21 15:45:38 +1100
commitfdf9524240c355e30d95fab89b6250e046acb5a7 (patch)
treed052f3c5e724888556fba5a40b8c2871c9cc8881 /include
parent2d231ebdda9379ed75758fffcb8c4bd2314ae6d4 (diff)
parent0266a45896a53b1261e9657aa3fbf9ca3d2fd07b (diff)
Merge commit 'leds/for-mm'
Diffstat (limited to 'include')
-rw-r--r--include/linux/leds.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h
index d41ccb56146a..d3a73f5a48c3 100644
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@ -123,7 +123,7 @@ extern void ledtrig_ide_activity(void);
*/
struct led_info {
const char *name;
- char *default_trigger;
+ const char *default_trigger;
int flags;
};
@@ -135,7 +135,7 @@ struct led_platform_data {
/* For the leds-gpio driver */
struct gpio_led {
const char *name;
- char *default_trigger;
+ const char *default_trigger;
unsigned gpio;
u8 active_low;
};