diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-07-25 20:26:55 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-07-25 20:26:55 +0400 |
commit | 98f4a2c27c76e7eaf75c2f3f25487fabca62ef3d (patch) | |
tree | 62847ed650ec2a13a764317819c9c042c1775e98 /arch/mips/include/asm/mach-loongson | |
parent | 464fd83e841a16f4ea1325b33eb08170ef5cd1f4 (diff) | |
download | linux-98f4a2c27c76e7eaf75c2f3f25487fabca62ef3d.tar.xz |
MIPS: Remove pointless return statement from empty void functions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
To: Sergei Shtylyov <sshtylyov@mvista.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2391/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-loongson')
-rw-r--r-- | arch/mips/include/asm/mach-loongson/dma-coherence.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-loongson/dma-coherence.h b/arch/mips/include/asm/mach-loongson/dma-coherence.h index 981c75f91a7d..e1433055fe98 100644 --- a/arch/mips/include/asm/mach-loongson/dma-coherence.h +++ b/arch/mips/include/asm/mach-loongson/dma-coherence.h @@ -55,7 +55,6 @@ static inline int plat_dma_supported(struct device *dev, u64 mask) static inline void plat_extra_sync_for_device(struct device *dev) { - return; } static inline int plat_dma_mapping_error(struct device *dev, |