Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933686AbbELRxm (ORCPT ); Tue, 12 May 2015 13:53:42 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:32886 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932998AbbELRxi (ORCPT ); Tue, 12 May 2015 13:53:38 -0400 MIME-Version: 1.0 In-Reply-To: References: <1430986090-7243-1-git-send-email-geert@linux-m68k.org> <1430986090-7243-4-git-send-email-geert@linux-m68k.org> From: Bryan Wu Date: Tue, 12 May 2015 10:53:17 -0700 Message-ID: Subject: Re: [PATCH 3/3] leds: leds-gpio: Allow compile test if !GPIOLIB To: Linus Walleij Cc: Geert Uytterhoeven , Alexandre Courbot , Richard Purdie , Arnd Bergmann , Jacek Anaszewski , "linux-gpio@vger.kernel.org" , "linux-leds@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 888 Lines: 25 On Tue, May 12, 2015 at 3:23 AM, Linus Walleij wrote: > On Thu, May 7, 2015 at 10:08 AM, Geert Uytterhoeven > wrote: > >> The GPIO subsystem provides dummy GPIO consumer functions if GPIOLIB is >> not enabled. Hence drivers that depend on GPIOLIB, but use GPIO consumer >> functionality only, can still be compiled if GPIOLIB is not enabled. >> >> Relax the dependency of LEDS_GPIO on GPIOLIB if COMPILE_TEST is >> enabled. >> >> Signed-off-by: Geert Uytterhoeven > > Acked-by: Linus Walleij > > Yours, > Linus Walleij Merged, thanks. -Bryan -- 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/