From 671361c7ea8a260f414046317769d502aaf00d51 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 25 Apr 2012 12:57:33 +0000 Subject: adm5120: add 3.3 support Partially based on the 3.1 patches by Hartmut Knaack SVN-Revision: 31474 --- target/linux/adm5120/patches-3.3/201-amba_bus_hacks.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/adm5120/patches-3.3/201-amba_bus_hacks.patch (limited to 'target/linux/adm5120/patches-3.3/201-amba_bus_hacks.patch') diff --git a/target/linux/adm5120/patches-3.3/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-3.3/201-amba_bus_hacks.patch new file mode 100644 index 0000000000..2364d2a668 --- /dev/null +++ b/target/linux/adm5120/patches-3.3/201-amba_bus_hacks.patch @@ -0,0 +1,13 @@ +--- a/drivers/amba/bus.c ++++ b/drivers/amba/bus.c +@@ -20,6 +20,10 @@ + #include + #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.2.3