diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-05-11 19:43:00 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-05-11 19:43:00 +0000 |
commit | 2c8465c3ba37390131266204d00edc5c3c93b410 (patch) | |
tree | 5dc375a146daf203159d00f9cb4af4d511a6dd66 /target/linux/atheros/files/include/asm-mips/mach-atheros | |
parent | 0e4b97e792da030a51dd56da6e101642e4bc0cec (diff) | |
download | master-187ad058-2c8465c3ba37390131266204d00edc5c3c93b410.tar.gz master-187ad058-2c8465c3ba37390131266204d00edc5c3c93b410.tar.bz2 master-187ad058-2c8465c3ba37390131266204d00edc5c3c93b410.zip |
atheros: USB support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/files/include/asm-mips/mach-atheros')
-rw-r--r-- | target/linux/atheros/files/include/asm-mips/mach-atheros/dma-coherence.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/atheros/files/include/asm-mips/mach-atheros/dma-coherence.h b/target/linux/atheros/files/include/asm-mips/mach-atheros/dma-coherence.h index 34e5a85070..fe53556881 100644 --- a/target/linux/atheros/files/include/asm-mips/mach-atheros/dma-coherence.h +++ b/target/linux/atheros/files/include/asm-mips/mach-atheros/dma-coherence.h @@ -10,11 +10,7 @@ #ifndef __ASM_MACH_GENERIC_DMA_COHERENCE_H #define __ASM_MACH_GENERIC_DMA_COHERENCE_H -#if 0 #define PCI_DMA_OFFSET 0x20000000 -#else -#define PCI_DMA_OFFSET 0x00000000 -#endif struct device; |