aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2019-08-27 07:23:34 +0000
committerPaul Burton <paul.burton@mips.com>2019-08-27 10:59:56 +0100
commit00f3e689518b8f8d36e333d3b447db18ef22abb3 (patch)
tree48f5102ff18c2256d0207c683c8ac627db9491be /arch/mips
parentfirmware: bcm47xx_nvram: Allow COMPILE_TEST (diff)
downloadlinux-dev-00f3e689518b8f8d36e333d3b447db18ef22abb3.tar.xz
linux-dev-00f3e689518b8f8d36e333d3b447db18ef22abb3.zip
MIPS: Octeon: remove duplicated include from dma-octeon.c
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: Jiaxun Yang <jiaxun.yang@flygoat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Mike Rapoport <rppt@linux.ibm.com> Cc: Michal Hocko <mhocko@suse.com> Cc: Stephen Rothwell <sfr@canb.auug.org.au> Cc: <linux-mips@vger.kernel.org> Cc: <kernel-janitors@vger.kernel.org>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/cavium-octeon/dma-octeon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/dma-octeon.c b/arch/mips/cavium-octeon/dma-octeon.c
index 72f24a4db099..14ea680d180e 100644
--- a/arch/mips/cavium-octeon/dma-octeon.c
+++ b/arch/mips/cavium-octeon/dma-octeon.c
@@ -16,7 +16,6 @@
#include <linux/types.h>
#include <linux/init.h>
#include <linux/mm.h>
-#include <linux/memblock.h>
#include <asm/bootinfo.h>