[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20080218214244.9DD55C2AE3@solo.franken.de>
Date: Mon, 18 Feb 2008 22:42:44 +0100 (CET)
From: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
To: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
cc: dmitry.torokhov@...il.com, akpm@...ux-foundation.org
Subject: [PATCH] I8042: Use SGI_HAS_I8042 to select SGI i8042 handlinig
Use SGI_HAS_I8042 to select SGI i8042 handling
Signed-off-by: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
---
This is the only patch for SGO IP28 support, which didn't make it in the
merge window. I hope this is patch is small enough to still get it in
the 2.6.25-rc cycle.
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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists