From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752892Ab3KYKMV (ORCPT ); Mon, 25 Nov 2013 05:12:21 -0500 Received: from mga03.intel.com ([143.182.124.21]:10816 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750965Ab3KYKMP (ORCPT ); Mon, 25 Nov 2013 05:12:15 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,766,1378882800"; d="scan'208";a="433252542" Date: Mon, 25 Nov 2013 12:18:25 +0200 From: Mika Westerberg To: Alex Courbot Cc: Alexandre Courbot , ACPI Devel Maling List , "Rafael J. Wysocki" , Linus Walleij , Chris Ball , Johannes Berg , Rhyland Klein , Adrian Hunter , Mathias Nyman , Rob Landley , Heikki Krogerus , Stephen Warren , Thierry Reding , "linux-gpio@vger.kernel.org" , Linux Kernel Mailing List Subject: Re: [PATCH v2 6/7] gpio / ACPI: get rid of acpi_gpio.h Message-ID: <20131125101825.GT2281@intel.com> References: <1385122474-14926-1-git-send-email-mika.westerberg@linux.intel.com> <1385122474-14926-7-git-send-email-mika.westerberg@linux.intel.com> <20131125085454.GN2281@intel.com> <52930F74.7060808@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52930F74.7060808@nvidia.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 25, 2013 at 05:51:00PM +0900, Alex Courbot wrote: > I just wondered if these headers should not be split by GPIO > providers, but if you prefer it that way I'm fine with it too. We > can move stuff later if needed. > > Acked-by: Alexandre Courbot Thanks! BTW, I noticed that I missed removing EXPORT_SYMBOL_GPL() from acpi_get_gpiod_by_index(). I'm folding that change to this patch for the next version if nobody objects.