Re: [PATCH 31/33] Removing dead MACH_U300_BS26

Previous thread: [PATCH 30/33] Removing dead S3C_DEV_ADC by Christoph Egger on Wednesday, June 30, 2010 - 9:03 am. (3 messages)

Next thread: [PATCH 32/33] Removing dead CPU_ICACHE_STREAMING_DISABLE by Christoph Egger on Wednesday, June 30, 2010 - 9:04 am. (1 message)
From: Christoph Egger
Date: Wednesday, June 30, 2010 - 9:03 am

MACH_U300_BS26 doesn't exist in Kconfig, therefore removing all
references for it from the source code.

Signed-off-by: Christoph Egger <siccegge@cs.fau.de>
---
 arch/arm/mach-u300/core.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c
index 5f34eb6..653b3e0 100644
--- a/arch/arm/mach-u300/core.c
+++ b/arch/arm/mach-u300/core.c
@@ -1561,13 +1561,6 @@ static void __init u300_init_check_chip(void)
 	printk(KERN_INFO "Initializing U300 system on %s baseband chip " \
 	       "(chip ID 0x%04x)\n", chipname, val);
 
-#ifdef CONFIG_MACH_U300_BS26
-	if ((val & 0xFF00U) != 0xc800) {
-		printk(KERN_ERR "Platform configured for BS25/BS26 " \
-		       "with DB3150 but %s detected, expect problems!",
-		       chipname);
-	}
-#endif
 #ifdef CONFIG_MACH_U300_BS330
 	if ((val & 0xFF00U) != 0xd800) {
 		printk(KERN_ERR "Platform configured for BS330 " \
-- 
1.7.0.4

--

From: Linus Walleij
Date: Wednesday, June 30, 2010 - 3:00 pm

OK then,
Acked-by: Linus Walleij <linus.walleij@stericsson.com>

Yours,
Linus Walleij
--

From: Jiri Kosina
Date: Tuesday, July 20, 2010 - 8:27 am

As this doesn't seem to be present in linux-next as of today, I have 
applied it to trivial queue. Thanks,

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--

Previous thread: [PATCH 30/33] Removing dead S3C_DEV_ADC by Christoph Egger on Wednesday, June 30, 2010 - 9:03 am. (3 messages)

Next thread: [PATCH 32/33] Removing dead CPU_ICACHE_STREAMING_DISABLE by Christoph Egger on Wednesday, June 30, 2010 - 9:04 am. (1 message)