From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Extcon build failure in next Date: Wed, 29 Jun 2016 22:37:06 -0700 Message-ID: <20160630053705.GM28140@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Chanwoo Choi Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org Hi Chanwoo, Looks like current Linux next fails to build with at least omap2plus_defconfig because of: ERROR: "extcon_dev_allocate" [drivers/extcon/devres.ko] undefined! scripts/Makefile.modpost:91: recipe for target '__modpost' failed make[1]: *** [__modpost] Error 1 Makefile:1163: recipe for target 'modules' failed make: *** [modules] Error 2 Kernel build failed Probably extcon_dev_allocate just needs EXPORT_SYMBOL_GPL? Regards, Tony