forked from Minki/linux
staging: sb105x: Remove obsolete CONFIG_M386
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
96d69e201b
commit
50e4d3ac03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user