From f725653f62a7fc3165d203b43713d4b167524200 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 16 Nov 2011 18:20:51 -0800 Subject: [PATCH] --- yaml --- r: 275513 b: refs/heads/master c: 869f8dfa52295e75e043af618e47305e4b109bc1 h: refs/heads/master i: 275511: 3360095a7a36fde301d4a01890c23278ae440d6b v: v3 --- [refs] | 2 +- trunk/drivers/platform/x86/dell-laptop.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index aa96565ad652..8f92901a76d4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d29387e8de8bdf64374874112b2b1540d3ada674 +refs/heads/master: 869f8dfa52295e75e043af618e47305e4b109bc1 diff --git a/trunk/drivers/platform/x86/dell-laptop.c b/trunk/drivers/platform/x86/dell-laptop.c index a43cfd906c6d..d93e962f2610 100644 --- a/trunk/drivers/platform/x86/dell-laptop.c +++ b/trunk/drivers/platform/x86/dell-laptop.c @@ -589,14 +589,14 @@ static const struct backlight_ops dell_ops = { .update_status = dell_send_intensity, }; -static void touchpad_led_on() +static void touchpad_led_on(void) { int command = 0x97; char data = 1; i8042_command(&data, command | 1 << 12); } -static void touchpad_led_off() +static void touchpad_led_off(void) { int command = 0x97; char data = 2;