diff options
author | YueHaibing <[email protected]> | 2019-08-27 07:23:34 +0000 |
---|---|---|
committer | Paul Burton <[email protected]> | 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 <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Jiaxun Yang <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Mike Rapoport <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Stephen Rothwell <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
-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> |