| To: | linux-input@vger.kernel.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] I8042: Use SGI_HAS_I8042 to select SGI i8042 handlinig |
| From: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
| Date: | Sun, 2 Dec 2007 12:55:19 +0100 (CET) |
| Cc: | dmitry.torokhov@gmail.com |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Use SGI_HAS_I8042 to select SGI i8042 handling Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> --- Please apply for 2.6.25. drivers/input/serio/i8042.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/input/serio/i8042.h b/drivers/input/serio/i8042.h index dd22d91..c972e5d 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" |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] PARTITION: Use DEFAULT_SGI_PARTITION for SGI_PARTION default, Thomas Bogendoerfer |
|---|---|
| Next by Date: | [UPDATED PATCH] IP28 support, Thomas Bogendoerfer |
| Previous by Thread: | [PATCH] PARTITION: Use DEFAULT_SGI_PARTITION for SGI_PARTION default, Thomas Bogendoerfer |
| Next by Thread: | [UPDATED PATCH] IP28 support, Thomas Bogendoerfer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |