Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755394Ab2ENJNV (ORCPT ); Mon, 14 May 2012 05:13:21 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:50919 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755194Ab2ENJNU (ORCPT ); Mon, 14 May 2012 05:13:20 -0400 From: Mark Brown To: Stephen Rothwell , Samuel Ortiz Cc: linux-kernel@vger.kernel.org, patches@opensource.wolfsonmicro.com, Mark Brown Subject: [PATCH 1/2] mfd: wm8400: Don't support non-modular build Date: Mon, 14 May 2012 10:13:15 +0100 Message-Id: <1336986796-31491-1-git-send-email-broonie@opensource.wolfsonmicro.com> X-Mailer: git-send-email 1.7.10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 29 It's relying on non-exported symbols. Reported-by: Stephen Rothwell Signed-off-by: Mark Brown --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 8a767a6..0ff6d54 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -468,7 +468,7 @@ config MFD_S5M_CORE of the device config MFD_WM8400 - tristate "Support Wolfson Microelectronics WM8400" + bool "Support Wolfson Microelectronics WM8400" select MFD_CORE depends on I2C select REGMAP_I2C -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/