Skip to content

Commit

Permalink
dell-laptop: make dell_laptop_i8042_filter() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Matthew Garrett committed Aug 3, 2010
1 parent 45036ae commit 4519169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/dell-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4519169

Please sign in to comment.