From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754028Ab3KYIw0 (ORCPT ); Mon, 25 Nov 2013 03:52:26 -0500 Received: from mga01.intel.com ([192.55.52.88]:22300 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753989Ab3KYIwP (ORCPT ); Mon, 25 Nov 2013 03:52:15 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,766,1378882800"; d="scan'208";a="439148381" Date: Mon, 25 Nov 2013 10:58:31 +0200 From: Mika Westerberg To: Alexandre Courbot Cc: Linus Walleij , Stephen Warren , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] gpiolib: add missing declarations Message-ID: <20131125085831.GO2281@intel.com> References: <1385186069-28986-1-git-send-email-acourbot@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385186069-28986-1-git-send-email-acourbot@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 Sat, Nov 23, 2013 at 02:54:29PM +0900, Alexandre Courbot wrote: > Add missing declarations and include files to avoid warnings during > compilation of include/gpio/driver.h. It would be good to have those warnings included in the changelog as well. > > Signed-off-by: Alexandre Courbot > Reported-by: Stephen Warren Reviewed-by: Mika Westerberg