[adm5120] prepare for 2.6.23
[openwrt-10.03/.git] / target / linux / adm5120 / patches-2.6.23 / 201-amba_bus_hacks.patch
1 Index: linux-2.6.23/drivers/amba/bus.c
2 ===================================================================
3 --- linux-2.6.23.orig/drivers/amba/bus.c
4 +++ linux-2.6.23/drivers/amba/bus.c
5 @@ -17,6 +17,10 @@
6  #include <asm/io.h>
7  #include <asm/sizes.h>
8  
9 +#ifndef NO_IRQ
10 +#define NO_IRQ         (-1)
11 +#endif
12 +
13  #define to_amba_device(d)      container_of(d, struct amba_device, dev)
14  #define to_amba_driver(d)      container_of(d, struct amba_driver, drv)
15