diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-22 16:01:19 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-22 16:01:19 +0000 |
commit | b8f908441004c4dfccec6c0cd24a3b3fb989bf04 (patch) | |
tree | b859528227e491d62d5e539ccc095aa9cf8e5240 | |
parent | 0f879171867c4e558c6bf1a39e9fce6d18570fec (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35748 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 * |