From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933724AbcBCIVH (ORCPT ); Wed, 3 Feb 2016 03:21:07 -0500 Received: from www.linutronix.de ([62.245.132.108]:54886 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933572AbcBCIVF (ORCPT ); Wed, 3 Feb 2016 03:21:05 -0500 Date: Wed, 3 Feb 2016 09:19:55 +0100 (CET) From: Thomas Gleixner To: Bjorn Helgaas cc: Alexandre Courbot , Linus Walleij , linux-arch@vger.kernel.org, linux-gpio@vger.kernel.org, Mark Brown , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] GPIO: Clean up asm/gpio.h In-Reply-To: <20160202194831.10827.63244.stgit@bhelgaas-glaptop2.roam.corp.google.com> Message-ID: References: <20160202194831.10827.63244.stgit@bhelgaas-glaptop2.roam.corp.google.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2 Feb 2016, Bjorn Helgaas wrote: > Many arches supply an asm/gpio.h that contains only this: > > #warning Include linux/gpio.h instead of asm/gpio.h > #include > > These two patches change all the places that include asm/gpio.h > so they include linux/gpio.h instead, and then remove the asm/gpio.h > files. > > There are several arches that supply asm/gpio.h with useful > arch-specific content; I didn't touch those. Acked-by: Thomas Gleixner