Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87330
b: refs/heads/master
c: 7560e38
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Len Brown committed Feb 21, 2008
1 parent 63ce53c commit 3d0173a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b95e9e8d94484c2823be67416f25e9756db149dc
refs/heads/master: 7560e385651c60e5ffdf07cb94fa7d1658ab0b7a
6 changes: 3 additions & 3 deletions trunk/drivers/misc/acer-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ static struct led_classdev mail_led = {
.brightness_set = mail_led_set,
};

static int __init acer_led_init(struct device *dev)
static int __devinit acer_led_init(struct device *dev)
{
return led_classdev_register(dev, &mail_led);
}
Expand Down Expand Up @@ -789,7 +789,7 @@ static struct backlight_ops acer_bl_ops = {
.update_status = update_bl_status,
};

static int __init acer_backlight_init(struct device *dev)
static int __devinit acer_backlight_init(struct device *dev)
{
struct backlight_device *bd;

Expand All @@ -808,7 +808,7 @@ static int __init acer_backlight_init(struct device *dev)
return 0;
}

static void __exit acer_backlight_exit(void)
static void acer_backlight_exit(void)
{
backlight_device_unregister(acer_backlight_device);
}
Expand Down

0 comments on commit 3d0173a

Please sign in to comment.