All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: linux-arm-kernel@lists.infradead.org
Cc: Andrew Lunn <andrew@lunn.ch>, Jason Cooper <jason@lakedaemon.net>,
	Wan ZongShun <mcuos.com@gmail.com>,
	Tony Lindgren <tony@atomide.com>, Sekhar Nori <nsekhar@ti.com>,
	Kevin Hilman <khilman@deeprootsystems.com>,
	Arnd Bergmann <arnd@arndb.de>, Greg Ungerer <gerg@uclinux.org>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	linux-omap@vger.kernel.org
Subject: [PATCH 6/7] ARM: mvebu: remove unused mach/gpio.h
Date: Tue,  1 Dec 2015 00:00:57 +0100	[thread overview]
Message-ID: <1448924458-3279040-7-git-send-email-arnd@arndb.de> (raw)
In-Reply-To: <1448924458-3279040-1-git-send-email-arnd@arndb.de>

This file was left over from a cleanup of asm/gpio.h and has
not been used in a while. Let's just remove it now, so the
arch/arm/mach-mvebu/include/ directory can also disappear.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm/mach-mvebu/include/mach/gpio.h | 1 -
 1 file changed, 1 deletion(-)
 delete mode 100644 arch/arm/mach-mvebu/include/mach/gpio.h

diff --git a/arch/arm/mach-mvebu/include/mach/gpio.h b/arch/arm/mach-mvebu/include/mach/gpio.h
deleted file mode 100644
index 40a8c178f10d..000000000000
--- a/arch/arm/mach-mvebu/include/mach/gpio.h
+++ /dev/null
@@ -1 +0,0 @@
-/* empty */
-- 
2.1.0.rc2

WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/7] ARM: mvebu: remove unused mach/gpio.h
Date: Tue,  1 Dec 2015 00:00:57 +0100	[thread overview]
Message-ID: <1448924458-3279040-7-git-send-email-arnd@arndb.de> (raw)
In-Reply-To: <1448924458-3279040-1-git-send-email-arnd@arndb.de>

This file was left over from a cleanup of asm/gpio.h and has
not been used in a while. Let's just remove it now, so the
arch/arm/mach-mvebu/include/ directory can also disappear.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm/mach-mvebu/include/mach/gpio.h | 1 -
 1 file changed, 1 deletion(-)
 delete mode 100644 arch/arm/mach-mvebu/include/mach/gpio.h

diff --git a/arch/arm/mach-mvebu/include/mach/gpio.h b/arch/arm/mach-mvebu/include/mach/gpio.h
deleted file mode 100644
index 40a8c178f10d..000000000000
--- a/arch/arm/mach-mvebu/include/mach/gpio.h
+++ /dev/null
@@ -1 +0,0 @@
-/* empty */
-- 
2.1.0.rc2

  parent reply	other threads:[~2015-11-30 23:00 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-30 23:00 [PATCH 0/7] ARM: make mach/*.h headers more local Arnd Bergmann
2015-11-30 23:00 ` Arnd Bergmann
2015-11-30 23:00 ` [PATCH 1/7] ARM: omap1: make " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-11-30 23:04   ` Tony Lindgren
2015-11-30 23:04     ` Tony Lindgren
2015-11-30 23:00 ` [PATCH 2/7] ARM: ks8695: " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-12-01  0:59   ` Greg Ungerer
2015-12-01  0:59     ` Greg Ungerer
2015-11-30 23:00 ` [PATCH 3/7] ARM: davinci: " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-12-01 13:15   ` Sekhar Nori
2015-12-01 13:15     ` Sekhar Nori
2015-11-30 23:00 ` [PATCH 4/7] ARM: iop13xx: " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-11-30 23:00 ` [PATCH 5/7] ARM: w90x900: " Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann
2015-12-03  8:23   ` Wan ZongShun
2015-12-03  8:23     ` Wan ZongShun
2015-11-30 23:00 ` Arnd Bergmann [this message]
2015-11-30 23:00   ` [PATCH 6/7] ARM: mvebu: remove unused mach/gpio.h Arnd Bergmann
2015-12-01 12:53   ` Gregory CLEMENT
2015-12-01 12:53     ` Gregory CLEMENT
2015-11-30 23:00 ` [PATCH 7/7] ARM: netx: remove unused mach/param.h Arnd Bergmann
2015-11-30 23:00   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448924458-3279040-7-git-send-email-arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=andrew@lunn.ch \
    --cc=gerg@uclinux.org \
    --cc=gregory.clement@free-electrons.com \
    --cc=jason@lakedaemon.net \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mcuos.com@gmail.com \
    --cc=nsekhar@ti.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.