Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117742
b: refs/heads/master
c: 326bb8a
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and Richard Purdie committed Oct 20, 2008
1 parent dece921 commit 86f5b35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 132e9306beedd049bc5de037f1996731a2ca3eed
refs/heads/master: 326bb8a5a12c6298a6bf6c74af490b1858b2f12c
4 changes: 2 additions & 2 deletions trunk/include/linux/leds.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand All @@ -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;
};
Expand Down

0 comments on commit 86f5b35

Please sign in to comment.