diff options
| author | Vojtech Pavlik <vojtech@suse.cz> | 2005-05-28 03:11:19 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-05-28 03:11:19 -0400 |
| commit | be15692310ec0e93998d763931089cb21386a058 (patch) | |
| tree | c25959b50033636367f70283c887e839ee168197 /drivers/input/serio | |
| parent | 39fa58007a54b09c91cb7bf3ce3cfcc4957f92ff (diff) | |
Input: Remove (now) unused variable in i8042.c
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio')
| -rw-r--r-- | drivers/input/serio/i8042.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c index 8e63e464d361..8f5b123e2ebc 100644 --- a/drivers/input/serio/i8042.c +++ b/drivers/input/serio/i8042.c | |||
| @@ -802,8 +802,6 @@ static int i8042_controller_init(void) | |||
| 802 | */ | 802 | */ |
| 803 | static void i8042_controller_reset(void) | 803 | static void i8042_controller_reset(void) |
| 804 | { | 804 | { |
| 805 | unsigned char param; | ||
| 806 | |||
| 807 | /* | 805 | /* |
| 808 | * Reset the controller if requested. | 806 | * Reset the controller if requested. |
| 809 | */ | 807 | */ |
