提交 4519169b 编写于 作者: A Axel Lin 提交者: Matthew Garrett

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: NAxel Lin <axel.lin@gmail.com>
Signed-off-by: NMatthew Garrett <mjg@redhat.com>
上级 45036ae1
...@@ -473,7 +473,7 @@ static struct backlight_ops dell_ops = { ...@@ -473,7 +473,7 @@ static struct backlight_ops dell_ops = {
.update_status = dell_send_intensity, .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) struct serio *port)
{ {
static bool extended; static bool extended;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册