From: Andrew Morton Cc: Dmitry Torokhov Signed-off-by: Andrew Morton --- drivers/input/serio/i8042.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/input/serio/i8042.c~i8042-non-x86-build-fix drivers/input/serio/i8042.c --- a/drivers/input/serio/i8042.c~i8042-non-x86-build-fix +++ a/drivers/input/serio/i8042.c @@ -1172,14 +1172,14 @@ static int __devinit i8042_probe(struct if (error) goto out_fail; } - +#ifdef CONFIG_X86 if (i8042_dritek) { param = 0x90; error = i8042_command(¶m, 0x1059); if (error) goto out_fail; } - +#endif /* * Ok, everything is ready, let's register all serio ports */ _