diff options
author | Axel Lin <axel.lin@gmail.com> | 2010-07-05 05:21:10 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-08-03 09:49:11 -0400 |
commit | 4519169b8f096957e4474e9a17206b2026dab0b3 (patch) | |
tree | 87c8761a295dfbcfb8f7451a3841e9cf04484054 /drivers/platform | |
parent | 45036ae14a0161e9a0f542b6cb7ed55790f73f5b (diff) |
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 <axel.lin@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/dell-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c index 92382185f143..b41ed5cab3e7 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 = { | |||
473 | .update_status = dell_send_intensity, | 473 | .update_status = dell_send_intensity, |
474 | }; | 474 | }; |
475 | 475 | ||
476 | bool dell_laptop_i8042_filter(unsigned char data, unsigned char str, | 476 | static bool dell_laptop_i8042_filter(unsigned char data, unsigned char str, |
477 | struct serio *port) | 477 | struct serio *port) |
478 | { | 478 | { |
479 | static bool extended; | 479 | static bool extended; |