]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
sony-laptop: make a couple variables static
authorDan Carpenter <error27@gmail.com>
Sat, 26 Feb 2011 12:54:27 +0000 (15:54 +0300)
committerMatthew Garrett <mjg@redhat.com>
Mon, 28 Mar 2011 10:07:25 +0000 (06:07 -0400)
Sparse complains that these variables should be static.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/sony-laptop.c

index d28a4a58a4971eaf8c886400e16f5a8ded71c574..60d83343fb014b41d69c4e520a5c73a3d9300192 100644 (file)
@@ -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)
@@ -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)
 {