diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-22 16:01:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-22 16:01:19 +0000 |
commit | 0ab5ab2c08ea1f6f36b178319a04650981f77edb (patch) | |
tree | 6d74d1c944d462847447d0f5d65ddd1086fa2591 /target/linux/adm5120 | |
parent | 6419ffd20df4766e5509b2bf673288fe53bb5aa0 (diff) | |
download | upstream-0ab5ab2c08ea1f6f36b178319a04650981f77edb.tar.gz upstream-0ab5ab2c08ea1f6f36b178319a04650981f77edb.tar.bz2 upstream-0ab5ab2c08ea1f6f36b178319a04650981f77edb.zip |
adm5120: remove a superfluous patch
The NO_IRQ symbol is not used by the amba core since
upstream commit:
dfb85185bda373a70409c70c2632b02fb0f8f449
AMBA: get rid of last two uses of NO_IRQ
This gets rid of the last two users of NO_IRQ in AMBA primecell
drivers.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35748
Diffstat (limited to 'target/linux/adm5120')
-rw-r--r-- | target/linux/adm5120/patches-3.7/201-amba_bus_hacks.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/adm5120/patches-3.7/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-3.7/201-amba_bus_hacks.patch deleted file mode 100644 index dfc0744a7f..0000000000 --- a/target/linux/adm5120/patches-3.7/201-amba_bus_hacks.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/drivers/amba/bus.c -+++ b/drivers/amba/bus.c -@@ -20,6 +20,10 @@ - - #include <asm/irq.h> - -+#ifndef NO_IRQ -+#define NO_IRQ (-1) -+#endif -+ - #define to_amba_driver(d) container_of(d, struct amba_driver, drv) - - static const struct amba_id * |