diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-06-17 14:30:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-06-17 14:30:18 +0000 |
commit | 13bb189a1500a306e8611b9e734eed8b8a46506e (patch) | |
tree | 5a28619b0bb967d37ebdb9a0ef0a7a40fa2747cc /target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch | |
parent | 2ccf25789e09a6745270c8976917f4ccd5c68797 (diff) | |
download | mtk-20170518-13bb189a1500a306e8611b9e734eed8b8a46506e.zip mtk-20170518-13bb189a1500a306e8611b9e734eed8b8a46506e.tar.gz mtk-20170518-13bb189a1500a306e8611b9e734eed8b8a46506e.tar.bz2 |
switch to 2.6.25.7
SVN-Revision: 11526
Diffstat (limited to 'target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch deleted file mode 100644 index 299f216..0000000 --- a/target/linux/adm5120/patches-2.6.25/201-amba_bus_hacks.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/drivers/amba/bus.c -+++ b/drivers/amba/bus.c -@@ -17,6 +17,10 @@ - #include <asm/io.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) - |