From edd36342e58da133b106ce6327fb5a02d5d30c1e Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 1 Jan 2013 13:15:36 +0000 Subject: adm5120: add support for 3.6 Signed-off-by: Gabor Juhos SVN-Revision: 34951 --- target/linux/adm5120/patches-3.6/201-amba_bus_hacks.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/adm5120/patches-3.6/201-amba_bus_hacks.patch (limited to 'target/linux/adm5120/patches-3.6/201-amba_bus_hacks.patch') diff --git a/target/linux/adm5120/patches-3.6/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-3.6/201-amba_bus_hacks.patch new file mode 100644 index 0000000..dfc0744 --- /dev/null +++ b/target/linux/adm5120/patches-3.6/201-amba_bus_hacks.patch @@ -0,0 +1,13 @@ +--- a/drivers/amba/bus.c ++++ b/drivers/amba/bus.c +@@ -20,6 +20,10 @@ + + #include + ++#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 * -- cgit v1.1