]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
dell-laptop: make dell_laptop_i8042_filter() static
authorAxel Lin <axel.lin@gmail.com>
Mon, 5 Jul 2010 09:21:10 +0000 (17:21 +0800)
committerMatthew Garrett <mjg@redhat.com>
Tue, 3 Aug 2010 13:49:11 +0000 (09:49 -0400)
Make dell_laptop_i8042_filter() static as it's used only in dell-laptop.c

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/dell-laptop.c

index 92382185f1439b01b0123af9ad83c7b7ebc448c7..b41ed5cab3e793105ede42b1e2d7199c04dd6c25 100644 (file)
@@ -473,7 +473,7 @@ static struct backlight_ops dell_ops = {
        .update_status  = dell_send_intensity,
 };
 
-bool dell_laptop_i8042_filter(unsigned char data, unsigned char str,
+static bool dell_laptop_i8042_filter(unsigned char data, unsigned char str,
                              struct serio *port)
 {
        static bool extended;