Skip to content
Snippets Groups Projects
Commit 0ab5ab2c authored by Gabor Juhos's avatar Gabor Juhos
Browse files

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: default avatarGabor Juhos <juhosg@openwrt.org>

SVN-Revision: 35748
parent 6419ffd2
No related branches found
No related tags found
No related merge requests found
--- 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 *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment