Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756250AbcCBAqn (ORCPT ); Tue, 1 Mar 2016 19:46:43 -0500 Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:48096 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756047AbcCAX4r (ORCPT ); Tue, 1 Mar 2016 18:56:47 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=Om+ymcXl9nLGFvsE4t9GTR8fecYZRpw0wTW9hNFfxHFBCzSNNaTo1NyZsPtmrCahGCPRz0ULfZxm 4OUSikwwH+LgbhmysRX8P+zljU/jwIkv8/hjYgdJWxSbbN90ZC6cy1xGwZrtRvKopCBawrtmsUZC 0lKJZN8LRL7dAiiVOTw=; From: Greg Kroah-Hartman Subject: [PATCH 4.4 165/342] regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C X-Mailer: git-send-email 2.7.2 To: Cc: Greg Kroah-Hartman , , Henry Chen , Mark Brown Message-Id: <20160301234533.294610898@linuxfoundation.org> In-Reply-To: <20160301234527.990448862@linuxfoundation.org> References: <20160301234527.990448862@linuxfoundation.org> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.b8599f6c9a954516ac7893c1ca46cb53 X-Mandrill-User: md_30481620 Date: Tue, 01 Mar 2016 23:54:38 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 875 Lines: 29 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Henry Chen commit aab3c3f34cc2dd8230052770712606d65de6538f upstream. This patch fix the below build error: drivers/regulator/mt6311-regulator.c:111: undefined reference to `__devm_regmap_init_i2c' Signed-off-by: Henry Chen Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- drivers/regulator/Kconfig | 1 + 1 file changed, 1 insertion(+) --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -446,6 +446,7 @@ config REGULATOR_MC13892 config REGULATOR_MT6311 tristate "MediaTek MT6311 PMIC" depends on I2C + select REGMAP_I2C help Say y here to select this option to enable the power regulator of MediaTek MT6311 PMIC.