Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4519169b authored by Axel Lin's avatar Axel Lin Committed by Matthew Garrett
Browse files

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: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 45036ae1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;