From f9e46af383523b7ef601e96e720ac642b638feb8 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 12 Sep 2014 06:51:39 +0000 Subject: atheros: remove useless return Remove useless void function return. Signed-off-by: Sergey Ryazanov SVN-Revision: 42488 --- target/linux/atheros/patches-3.14/100-board.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/atheros/patches-3.14/100-board.patch') diff --git a/target/linux/atheros/patches-3.14/100-board.patch b/target/linux/atheros/patches-3.14/100-board.patch index 5fae3f3..a19e4b3 100644 --- a/target/linux/atheros/patches-3.14/100-board.patch +++ b/target/linux/atheros/patches-3.14/100-board.patch @@ -563,7 +563,7 @@ +#endif /* __ASM_MACH_AR231X_CPU_FEATURE_OVERRIDES_H */ --- /dev/null +++ b/arch/mips/include/asm/mach-ar231x/dma-coherence.h -@@ -0,0 +1,79 @@ +@@ -0,0 +1,78 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive @@ -623,7 +623,6 @@ + +static inline void plat_extra_sync_for_device(struct device *dev) +{ -+ return; +} + +static inline int plat_dma_mapping_error(struct device *dev, -- cgit v1.1