]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: sb105x: Remove obsolete CONFIG_M386
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 25 Mar 2013 10:13:07 +0000 (11:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 18:17:33 +0000 (11:17 -0700)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sb105x/sb_pci_mp.h

index f33efde07b97439a0501c2cec351d5803fd6ec3c..a15f470a172807b3fcbd04ffd49462e6772496b2 100644 (file)
@@ -174,7 +174,7 @@ static DEFINE_MUTEX(mp_mutex);
 #define DEBUG_INTR(fmt...)  do { } while (0)
 #endif
 
-#if defined(__i386__) && (defined(CONFIG_M386) || defined(CONFIG_M486))
+#if defined(__i386__) && defined(CONFIG_M486)
 #define SERIAL_INLINE
 #endif
 #ifdef SERIAL_INLINE