diff options
author | Jagadeesh Pagadala <jagdsh.linux@gmail.com> | 2019-03-23 15:50:55 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-04-20 15:02:44 +0300 |
commit | 6917735e8f905da1f62ccdf62830b185524835c7 (patch) | |
tree | 88aa42197f43c2089ccf613c50c297123c7c9ec5 /arch/powerpc/mm/numa.c | |
parent | cc76404feaed597bb4f5234d34d3f49e2d1139bf (diff) | |
download | linux-6917735e8f905da1f62ccdf62830b185524835c7.tar.xz |
powerpc: Remove duplicate headers
Remove duplicate headers inclusions.
Signed-off-by: Jagadeesh Pagadala <jagdsh.linux@gmail.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/mm/numa.c')
-rw-r--r-- | arch/powerpc/mm/numa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index f976676004ad..f3ee0e18edd6 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c @@ -32,7 +32,6 @@ #include <asm/sparsemem.h> #include <asm/prom.h> #include <asm/smp.h> -#include <asm/cputhreads.h> #include <asm/topology.h> #include <asm/firmware.h> #include <asm/paca.h> |