diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 06:16:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-04-26 06:16:30 +0000 |
commit | 10fd86093fde3c28a2ae8685848d928b7dc6819f (patch) | |
tree | 8a7f6ccbd2fb2a88eb079ecbd093a5a5f70f35dd /target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch | |
parent | 8614f2c7ed794e2f21118577cf64040574adb413 (diff) | |
download | mtk-20170518-10fd86093fde3c28a2ae8685848d928b7dc6819f.zip mtk-20170518-10fd86093fde3c28a2ae8685848d928b7dc6819f.tar.gz mtk-20170518-10fd86093fde3c28a2ae8685848d928b7dc6819f.tar.bz2 |
switch to 2.6.28
SVN-Revision: 15421
Diffstat (limited to 'target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch b/target/linux/adm5120/patches-2.6.27/201-amba_bus_hacks.patch deleted file mode 100644 index 299f216..0000000 --- a/target/linux/adm5120/patches-2.6.27/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) - |