From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 1/4] ARM: versatile: drop redundant <mach/gpio.h>
Date: Fri, 20 Jun 2014 01:28:37 +0400 [thread overview]
Message-ID: <1403213320-28750-2-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <1403213320-28750-1-git-send-email-antonynpavlov@gmail.com>
The arch/arm/include/asm/gpio.h header file contains
#ifndef CONFIG_GPIOLIB
#include <mach/gpio.h>
#else
#include <asm-generic/gpio.h>
#endif
We use CONFIG_GPIOLIB=y for the only mach-versatile
Versatile/PB board so there is no need of <mach/gpio.h>.
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
arch/arm/mach-versatile/include/mach/gpio.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-versatile/include/mach/gpio.h b/arch/arm/mach-versatile/include/mach/gpio.h
deleted file mode 100644
index 306ab4c..0000000
--- a/arch/arm/mach-versatile/include/mach/gpio.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/gpio.h>
--
1.9.2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2014-06-19 21:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-19 21:28 [PATCH 0/4] ARM: versatile: switch to devicetree support Antony Pavlov
2014-06-19 21:28 ` Antony Pavlov [this message]
2014-06-19 21:28 ` [PATCH 2/4] i2c: versatile: add " Antony Pavlov
2014-06-19 21:28 ` [PATCH 3/4] ARM: versatile: switch to " Antony Pavlov
2014-06-19 21:28 ` [PATCH 4/4] ARM: versatilepb_defconfig: enable " Antony Pavlov
2014-06-23 6:46 ` [PATCH 0/4] ARM: versatile: switch to " Sascha Hauer
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=1403213320-28750-2-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox