Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755441Ab2ENJNW (ORCPT ); Mon, 14 May 2012 05:13:22 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:50921 "EHLO opensource.wolfsonmicro.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755212Ab2ENJNU (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 2/2] mfd: wm8400: Export wm8400_block_read() Date: Mon, 14 May 2012 10:13:16 +0100 Message-Id: <1336986796-31491-2-git-send-email-broonie@opensource.wolfsonmicro.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1336986796-31491-1-git-send-email-broonie@opensource.wolfsonmicro.com> References: <1336986796-31491-1-git-send-email-broonie@opensource.wolfsonmicro.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 900 Lines: 28 Used by the regulator driver. Reported-by: Stephen Rothwell Signed-off-by: Mark Brown --- drivers/mfd/wm8400-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/wm8400-core.c b/drivers/mfd/wm8400-core.c index 9083b77..4b7d378 100644 --- a/drivers/mfd/wm8400-core.c +++ b/drivers/mfd/wm8400-core.c @@ -60,6 +60,7 @@ int wm8400_block_read(struct wm8400 *wm8400, u8 reg, int count, u16 *data) { return regmap_bulk_read(wm8400->regmap, reg, data, count); } +EXPORT_SYMBOL_GPL(wm8400_block_read); static int wm8400_register_codec(struct wm8400 *wm8400) { -- 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/