Commit 50e4d3ac authored by Paul Bolle's avatar Paul Bolle Committed by Greg Kroah-Hartman

staging: sb105x: Remove obsolete CONFIG_M386

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 96d69e20
...@@ -174,7 +174,7 @@ static DEFINE_MUTEX(mp_mutex); ...@@ -174,7 +174,7 @@ static DEFINE_MUTEX(mp_mutex);
#define DEBUG_INTR(fmt...) do { } while (0) #define DEBUG_INTR(fmt...) do { } while (0)
#endif #endif
#if defined(__i386__) && (defined(CONFIG_M386) || defined(CONFIG_M486)) #if defined(__i386__) && defined(CONFIG_M486)
#define SERIAL_INLINE #define SERIAL_INLINE
#endif #endif
#ifdef SERIAL_INLINE #ifdef SERIAL_INLINE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment