Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243117
b: refs/heads/master
c: f11113b
h: refs/heads/master
i:
  243115: 0f054ae
v: v3
  • Loading branch information
Dan Carpenter authored and Matthew Garrett committed Mar 28, 2011
1 parent 7832f61 commit aa776f1
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: 3b3e73f7d879f914f25605f74a71c2dad34bc329
refs/heads/master: f11113b22cd84b0adc355eaaa80be433005f5f45
4 changes: 2 additions & 2 deletions trunk/drivers/platform/x86/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ struct sony_nc_handles {
struct device_attribute devattr;
};

struct sony_nc_handles *handles;
static struct sony_nc_handles *handles;

static ssize_t sony_nc_handles_show(struct device *dev,
struct device_attribute *attr, char *buffer)
Expand Down Expand Up @@ -1358,7 +1358,7 @@ struct kbd_backlight {
struct device_attribute timeout_attr;
};

struct kbd_backlight *kbdbl_handle;
static struct kbd_backlight *kbdbl_handle;

static ssize_t __sony_nc_kbd_backlight_mode_set(u8 value)
{
Expand Down

0 comments on commit aa776f1

Please sign in to comment.