Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758080Ab3EAXFU (ORCPT ); Wed, 1 May 2013 19:05:20 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:40156 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757335Ab3EAXFS convert rfc822-to-8bit (ORCPT ); Wed, 1 May 2013 19:05:18 -0400 From: "Kim, Milo" To: Randy Dunlap , Anton Vorontsov CC: "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "David Woodhouse" , Stephen Rothwell Subject: RE: [PATCH -next] power: fix lp8788-charger kconfig & build Thread-Topic: [PATCH -next] power: fix lp8788-charger kconfig & build Thread-Index: AQHORqDFhU1nKr/7p0mTe4t5m2cghJjw8nGQ Date: Wed, 1 May 2013 23:04:38 +0000 Message-ID: References: <20130501183734.7ad1efca2d06e75432edabbd@canb.auug.org.au> <51816A93.4070802@infradead.org> In-Reply-To: <51816A93.4070802@infradead.org> Accept-Language: ko-KR, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.16.34.32] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1404 Lines: 37 > -----Original Message----- > From: Randy Dunlap [mailto:rdunlap@infradead.org] > Sent: Thursday, May 02, 2013 4:19 AM > To: Stephen Rothwell > Cc: linux-next@vger.kernel.org; linux-kernel@vger.kernel.org; Kim, Milo; > Anton Vorontsov; David Woodhouse > Subject: [PATCH -next] power: fix lp8788-charger kconfig & build > > From: Randy Dunlap > > Fix build errors in lp8788-charger by making it depend on IIO. > Fixes errors when CONFIG_IIO=m and CHARGER_LP8788=y. > > lp8788-charger.c:(.text+0x2146b5): undefined reference to > `iio_channel_get' > lp8788-charger.c:(.text+0x2146ce): undefined reference to > `iio_channel_get' > lp8788-charger.c:(.text+0x214a86): undefined reference to > `iio_read_channel_processed' > lp8788-charger.c:(.text+0x214b51): undefined reference to > `iio_read_channel_processed' > lp8788-charger.c:(.text+0x214c30): undefined reference to > `iio_read_channel_processed' > lp8788-charger.c:(.text+0x214d93): undefined reference to > `iio_channel_release' > lp8788-charger.c:(.text+0x214dac): undefined reference to > `iio_channel_release' Thanks for fixing this. Acked-by: Milo Kim -- 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/