diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-25 11:13:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 11:17:33 -0700 |
commit | 50e4d3ac039b733400673c62ba57de6ec13b3fbe (patch) | |
tree | b32c7b0cd4b81faaf49fec55783995a7fbda2589 /drivers/staging/sb105x | |
parent | 96d69e201bbdb05c363e899138f9f42bc8ad8f88 (diff) | |
download | linux-stable-50e4d3ac039b733400673c62ba57de6ec13b3fbe.tar.gz linux-stable-50e4d3ac039b733400673c62ba57de6ec13b3fbe.tar.bz2 linux-stable-50e4d3ac039b733400673c62ba57de6ec13b3fbe.zip |
staging: sb105x: Remove obsolete CONFIG_M386
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sb105x')
-rw-r--r-- | drivers/staging/sb105x/sb_pci_mp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sb105x/sb_pci_mp.h b/drivers/staging/sb105x/sb_pci_mp.h index f33efde07b97..a15f470a1728 100644 --- a/drivers/staging/sb105x/sb_pci_mp.h +++ b/drivers/staging/sb105x/sb_pci_mp.h @@ -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 |