From 0c73efda075be02d604cc62dc44775879d7707e1 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Tue, 5 Apr 2011 10:59:08 -0700 Subject: [PATCH] UBUNTU: [Config] Disable CONFIG_RTS_PSTOR for armel, powerpc Results in multiple build failures on arm and powerpc: error: implicit declaration of function 'vmalloc' error: #error only can be included directly error: implicit declaration of function 'BIT_MASK' error: implicit declaration of function 'BIT_WORD' etc... Signed-off-by: Leann Ogasawara --- debian.master/config/amd64/config.common.amd64 | 1 + debian.master/config/armel/config.common.armel | 1 + debian.master/config/config.common.ubuntu | 1 - debian.master/config/i386/config.common.i386 | 1 + debian.master/config/powerpc/config.common.powerpc | 1 + debian.master/config/ppc64/config.common.ppc64 | 1 + 6 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian.master/config/amd64/config.common.amd64 b/debian.master/config/amd64/config.common.amd64 index eee711d..f66d05c 100644 --- a/debian.master/config/amd64/config.common.amd64 +++ b/debian.master/config/amd64/config.common.amd64 @@ -285,6 +285,7 @@ CONFIG_RTC_DRV_TEST=m CONFIG_RTC_DRV_TWL4030=m CONFIG_RTL8192CE=m CONFIG_RTL8192E=m +CONFIG_RTS_PSTOR=m # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_SATA_SVW=m CONFIG_SCHEDSTATS=y diff --git a/debian.master/config/armel/config.common.armel b/debian.master/config/armel/config.common.armel index 9202d76..7dae2ba 100644 --- a/debian.master/config/armel/config.common.armel +++ b/debian.master/config/armel/config.common.armel @@ -168,6 +168,7 @@ CONFIG_RTC_DRV_TEST=m CONFIG_RTC_DRV_TWL4030=y # CONFIG_RTL8192CE is not set CONFIG_RTL8192E=m +# CONFIG_RTS_PSTOR is not set CONFIG_RWSEM_GENERIC_SPINLOCK=y CONFIG_SATA_SVW=m CONFIG_SCHEDSTATS=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index ae23281..8f0bdc3 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3917,7 +3917,6 @@ CONFIG_RTL8187_LEDS=y CONFIG_RTL8192SE=m CONFIG_RTL8192U=m CONFIG_RTLWIFI=m -CONFIG_RTS_PSTOR=m # CONFIG_RTS_PSTOR_DEBUG is not set CONFIG_RT_GROUP_SCHED=y CONFIG_RT_MUTEXES=y diff --git a/debian.master/config/i386/config.common.i386 b/debian.master/config/i386/config.common.i386 index 75ff0b4..124ced8 100644 --- a/debian.master/config/i386/config.common.i386 +++ b/debian.master/config/i386/config.common.i386 @@ -284,6 +284,7 @@ CONFIG_RTC_DRV_TEST=m CONFIG_RTC_DRV_TWL4030=m CONFIG_RTL8192CE=m CONFIG_RTL8192E=m +CONFIG_RTS_PSTOR=m # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_SATA_SVW=m CONFIG_SCHEDSTATS=y diff --git a/debian.master/config/powerpc/config.common.powerpc b/debian.master/config/powerpc/config.common.powerpc index 2f840a5..8b71b6f 100644 --- a/debian.master/config/powerpc/config.common.powerpc +++ b/debian.master/config/powerpc/config.common.powerpc @@ -269,6 +269,7 @@ CONFIG_RTC_DRV_CMOS=m CONFIG_RTC_DRV_TWL4030=m CONFIG_RTL8192CE=m # CONFIG_RTL8192E is not set +# CONFIG_RTS_PSTOR is not set CONFIG_SATA_SVW=y # CONFIG_SCANLOG is not set CONFIG_SCSI_ACARD=m diff --git a/debian.master/config/ppc64/config.common.ppc64 b/debian.master/config/ppc64/config.common.ppc64 index b1dcede..13d506e 100644 --- a/debian.master/config/ppc64/config.common.ppc64 +++ b/debian.master/config/ppc64/config.common.ppc64 @@ -303,6 +303,7 @@ CONFIG_RTC_DRV_CMOS=m CONFIG_RTC_DRV_TWL4030=m CONFIG_RTL8192CE=m # CONFIG_RTL8192E is not set +# CONFIG_RTS_PSTOR is not set CONFIG_SATA_SVW=y CONFIG_SCANLOG=y CONFIG_SCHEDSTATS=y -- 1.7.10.4