diff options
author | Kevin Cernekee <cernekee@gmail.com> | 2014-12-25 12:49:00 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-01 11:21:35 -0400 |
commit | 5f2d44591fb374ae346a3df682d722b68552adc2 (patch) | |
tree | 22bd5d017c3b9fe25a25587ebb65b05abf37cbe1 /arch/mips/include | |
parent | eb2236ea580bb21c954c889cc3dc05b3e98238cd (diff) |
MIPS: bcm3384: Rename "bcm3384" target to "bmips"
This platform is configured primarily through device tree, and we can
reuse the same code to support a bunch of other chips. Change the name
to reflect this.
[ralf@linux-mips.org: Fix conflicts with other patches.]
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: f.fainelli@gmail.com
Cc: jaedon.shin@gmail.com
Cc: abrestic@chromium.org
Cc: tglx@linutronix.de
Cc: jason@lakedaemon.net
Cc: jogo@openwrt.org
Cc: computersforpeace@gmail.com
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8838/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/mach-bmips/dma-coherence.h (renamed from arch/mips/include/asm/mach-bcm3384/dma-coherence.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/include/asm/mach-bcm3384/dma-coherence.h b/arch/mips/include/asm/mach-bmips/dma-coherence.h index a3be8e50e1f0..65e95b03ef92 100644 --- a/arch/mips/include/asm/mach-bcm3384/dma-coherence.h +++ b/arch/mips/include/asm/mach-bmips/dma-coherence.h | |||
@@ -12,8 +12,8 @@ | |||
12 | * GNU General Public License for more details. | 12 | * GNU General Public License for more details. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #ifndef __ASM_MACH_BCM3384_DMA_COHERENCE_H | 15 | #ifndef __ASM_MACH_BMIPS_DMA_COHERENCE_H |
16 | #define __ASM_MACH_BCM3384_DMA_COHERENCE_H | 16 | #define __ASM_MACH_BMIPS_DMA_COHERENCE_H |
17 | 17 | ||
18 | struct device; | 18 | struct device; |
19 | 19 | ||
@@ -45,4 +45,4 @@ static inline int plat_device_is_coherent(struct device *dev) | |||
45 | return 0; | 45 | return 0; |
46 | } | 46 | } |
47 | 47 | ||
48 | #endif /* __ASM_MACH_BCM3384_DMA_COHERENCE_H */ | 48 | #endif /* __ASM_MACH_BMIPS_DMA_COHERENCE_H */ |