From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751975AbdARSVL (ORCPT ); Wed, 18 Jan 2017 13:21:11 -0500 Received: from smtp05.smtpout.orange.fr ([80.12.242.127]:48546 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751769AbdARSVJ (ORCPT ); Wed, 18 Jan 2017 13:21:09 -0500 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Wed, 18 Jan 2017 19:21:07 +0100 X-ME-IP: 92.149.56.251 From: Robert Jarzmik To: Arnd Bergmann Cc: Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: pxa: include linux/leds.h References: <20170118164936.3832865-1-arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Wed, 18 Jan 2017 19:21:04 +0100 In-Reply-To: <20170118164936.3832865-1-arnd@arndb.de> (Arnd Bergmann's message of "Wed, 18 Jan 2017 17:49:24 +0100") Message-ID: <87mveodyb3.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann writes: > When the header is not included implicitly, we get a build failure: > > arch/arm/mach-pxa/idp.c:205:22: error: field 'cdev' has incomplete type > struct led_classdev cdev; > > This adds an explicit #include. > > Signed-off-by: Arnd Bergmann Sure, pushed into pxa/for-next, I hope it's not troublesome enough to include it in the 4.10 cycle pxa fixes which is ... empty so far. Cheers. -- Robert