diff options
author | John Crispin <john@openwrt.org> | 2014-09-12 06:51:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-12 06:51:39 +0000 |
commit | f9e46af383523b7ef601e96e720ac642b638feb8 (patch) | |
tree | 541452faf3acce675c9ceda578c5b4c1fe0a843a /target/linux/atheros/patches-3.14/100-board.patch | |
parent | 9055970e927ff080353a9691c2aefb6229581c36 (diff) | |
download | mtk-20170518-f9e46af383523b7ef601e96e720ac642b638feb8.zip mtk-20170518-f9e46af383523b7ef601e96e720ac642b638feb8.tar.gz mtk-20170518-f9e46af383523b7ef601e96e720ac642b638feb8.tar.bz2 |
atheros: remove useless return
Remove useless void function return.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 42488
Diffstat (limited to 'target/linux/atheros/patches-3.14/100-board.patch')
-rw-r--r-- | target/linux/atheros/patches-3.14/100-board.patch | 3 |
1 files changed, 1 insertions, 2 deletions
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, |