linux/adm5120: add preliminary 2.6.36 kernel support (refresh patches)

SVN-Revision: 23224
This commit is contained in:
Alexandros C. Couloumbis
2010-10-04 17:45:05 +00:00
parent 8ae1a4fc69
commit 7cb70cb2b8
21 changed files with 1620 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- a/drivers/amba/bus.c
+++ b/drivers/amba/bus.c
@@ -18,6 +18,10 @@
#include <asm/irq.h>
#include <asm/sizes.h>
+#ifndef NO_IRQ
+#define NO_IRQ (-1)
+#endif
+
#define to_amba_device(d) container_of(d, struct amba_device, dev)
#define to_amba_driver(d) container_of(d, struct amba_driver, drv)