Received: from mail.onstor.com ([66.201.51.107]) by onstor-exch02.onstor.net with Microsoft SMTPSVC(6.0.3790.1830);
	 Mon, 10 Dec 2007 02:26:28 -0800
Received: from ftp.linux-mips.org ([194.74.144.162]) by mail.onstor.com with Microsoft SMTPSVC(6.0.3790.1830);
	 Mon, 10 Dec 2007 02:26:28 -0800
Received: from localhost.localdomain ([127.0.0.1]:27797 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP
	id S20024156AbXLJK0P (ORCPT <rfc822;andy.sharp@onstor.com>);
	Mon, 10 Dec 2007 10:26:15 +0000
Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 10 Dec 2007 10:25:54 +0000 (GMT)
Received: from hall.aurel32.net ([88.191.38.19]:7089 "EHLO hall.aurel32.net")
	by ftp.linux-mips.org with ESMTP id S20024102AbXLJKZq (ORCPT
	<rfc822;linux-mips@linux-mips.org>); Mon, 10 Dec 2007 10:25:46 +0000
Received: from aurel32 by hall.aurel32.net with local (Exim 4.63)
	(envelope-from <aurel32@hall.aurel32.net>)
	id 1J1fmS-0002e3-5f; Mon, 10 Dec 2007 11:22:32 +0100
Date:	Mon, 10 Dec 2007 11:22:32 +0100
From:	Aurelien Jarno <aurelien@aurel32.net>
To:	Ralf Baechle <ralf@linux-mips.org>
Cc:	linux-mips@linux-mips.org
Subject: [PATCH][MIPS] Enable SSB_DRIVER_EXTIF on BCM47XX platform
Message-ID: <20071210102232.GA10145@hall.aurel32.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
X-Mailer: Mutt 1.5.13 (2006-08-11)
User-Agent: Mutt/1.5.13 (2006-08-11)
X-archive-position: 17749
X-ecartis-version: Ecartis v1.0.0
Sender:	linux-mips-bounce@linux-mips.org
Errors-to: linux-mips-bounce@linux-mips.org
X-original-sender: aurelien@aurel32.net
Precedence: bulk
X-list:	linux-mips
Return-Path: linux-mips-bounce@linux-mips.org
X-OriginalArrivalTime: 10 Dec 2007 10:26:28.0545 (UTC) FILETIME=[1FE50B10:01C83B17]

Hi,

arch/mips/bcm47xx/gpio.c uses ssb_extif_* functions. The patch below 
makes sure those functions are available on the BCM47XX platform.

Aurelien

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c6fc405..e46b076 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -59,6 +59,7 @@ config BCM47XX
 	select SYS_SUPPORTS_LITTLE_ENDIAN
 	select SSB
 	select SSB_DRIVER_MIPS
+	select SSB_DRIVER_EXTIF
 	select GENERIC_GPIO
 	select SYS_HAS_EARLY_PRINTK
 	select CFE

-- 
  .''`.  Aurelien Jarno	            | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   aurel32@debian.org         | aurelien@aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net

