diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-08-27 07:23:34 +0000 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-08-27 10:59:56 +0100 |
commit | 00f3e689518b8f8d36e333d3b447db18ef22abb3 (patch) | |
tree | 48f5102ff18c2256d0207c683c8ac627db9491be | |
parent | 5699ad0aaf1091824f22492a708478912c38c7d2 (diff) |
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>
-rw-r--r-- | arch/mips/cavium-octeon/dma-octeon.c | 1 |
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> |