From: Thomas Bogendoerfer Date: Mon, 10 Mar 2008 18:43:54 +0000 (-0700) Subject: i8042: use SGI_HAS_I8042 to select SGI i8042 handlinig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f47831fabaf0206abc56ee5a33fd006fe29b6dc6;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git i8042: use SGI_HAS_I8042 to select SGI i8042 handlinig Use SGI_HAS_I8042 to select SGI i8042 handling Signed-off-by: Thomas Bogendoerfer Cc: Dmitry Torokhov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/input/serio/i8042.h b/drivers/input/serio/i8042.h index dd22d91f8b3..c972e5d03a3 100644 --- a/drivers/input/serio/i8042.h +++ b/drivers/input/serio/i8042.h @@ -16,7 +16,7 @@ #if defined(CONFIG_MACH_JAZZ) #include "i8042-jazzio.h" -#elif defined(CONFIG_SGI_IP22) +#elif defined(CONFIG_SGI_HAS_I8042) #include "i8042-ip22io.h" #elif defined(CONFIG_PPC) #include "i8042-ppcio.h"