Re: [PATCH] 2.6.9-rc1-mm3 i8042 compilation

From: Andrew Morton
Date: Fri Sep 03 2004 - 05:02:23 EST


Bernhard Rosenkraenzer <bero@xxxxxxxxxxxx> wrote:
>
> On Friday 03 September 2004 10:48, Andrew Morton wrote:
> > +acpi-based-i8042-keyboard-aux-controller-enumeration.patch
>
> This one is broken:

OK, thanks. I'll drop it. I think it's being redone anyway.

> drivers/input/serio/i8042.c: In function `acpi_i8042_kbd_add':
> drivers/input/serio/i8042.c:1133: error: `i8042_data_reg' undeclared (first
> usein this function)
> drivers/input/serio/i8042.c:1133: error: (Each undeclared identifier is
> reported only once
> drivers/input/serio/i8042.c:1133: error: for each function it appears in.)
> drivers/input/serio/i8042.c:1134: error: `i8042_command_reg' undeclared (first
> use in this function)
> drivers/input/serio/i8042.c:1135: error: `i8042_status_reg' undeclared (first
> use in this function)
>
> Looks like it's assigning values to variables that are neither declared nor
> used anywhere - so the fix is fairly easy (attached).
>
> LLaP
> bero
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/