From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752280AbcHHIKz (ORCPT ); Mon, 8 Aug 2016 04:10:55 -0400 Received: from mx0a-001ae601.pphosted.com ([67.231.149.25]:46794 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751259AbcHHIKx (ORCPT ); Mon, 8 Aug 2016 04:10:53 -0400 Authentication-Results: ppops.net; spf=none smtp.mailfrom=ckeepax@opensource.wolfsonmicro.com Date: Mon, 8 Aug 2016 09:10:56 +0100 From: Charles Keepax To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= CC: Lee Jones , , , Mark Brown Subject: Re: [PATCH] mfd: wm8350-i2c: make sure the i2c regmap functions are compiled Message-ID: <20160808081056.GB21682@localhost.localdomain> References: <1469820555-27006-1-git-send-email-u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1469820555-27006-1-git-send-email-u.kleine-koenig@pengutronix.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 impostorscore=0 lowpriorityscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1608080098 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 29, 2016 at 09:29:15PM +0200, Uwe Kleine-König wrote: > This fixes a compile failure: > > drivers/built-in.o: In function `wm8350_i2c_probe': > core.c:(.text+0x828b0): undefined reference to `__devm_regmap_init_i2c' > Makefile:953: recipe for target 'vmlinux' failed > > Fixes: 52b461b86a9f ("mfd: Add regmap cache support for wm8350") > Signed-off-by: Uwe Kleine-König > --- Acked-by: Charles Keepax Thanks, Charles