From: Axel Lin Date: Mon, 5 Jul 2010 09:21:10 +0000 (+0800) Subject: dell-laptop: make dell_laptop_i8042_filter() static X-Git-Tag: v2.6.36-rc1~579^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4519169b8f096957e4474e9a17206b2026dab0b3;p=platform%2Fkernel%2Flinux-exynos.git dell-laptop: make dell_laptop_i8042_filter() static Make dell_laptop_i8042_filter() static as it's used only in dell-laptop.c Signed-off-by: Axel Lin Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c index 9238218..b41ed5c 100644 --- a/drivers/platform/x86/dell-laptop.c +++ b/drivers/platform/x86/dell-laptop.c @@ -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;