repo.or.cz
/
openwrt_grafs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removed some unnecessary tools; added swap support to kernel
[openwrt_grafs.git]
/
target
/
linux
/
adm5120
/
patches-2.6.36
/
201-amba_bus_hacks.patch
blob
9db3e55adbfa7bc209f5952e8ca61ea281303bd5
1
--- a/drivers/amba/bus.c
2
+++ b/drivers/amba/bus.c
3
@@ -18,6 +18,10 @@
4
#include <asm/irq.h>
5
#include <asm/sizes.h>
6
7
+#ifndef NO_IRQ
8
+#define NO_IRQ (-1)
9
+#endif
10
+
11
#define to_amba_device(d) container_of(d, struct amba_device, dev)
12
#define to_amba_driver(d) container_of(d, struct amba_driver, drv)
13