summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-06-25 17:52:38 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2019-07-01 09:26:55 +0300
commit7eb3cf761927b2687164e182efa675e6c09cfe44 (patch)
treef0184ac92f472afb783b4b02e2ca11576c102c05 /arch/powerpc/include/asm/book3s
parentc498a4f9a79187029ed748ca0a7cacc35b74d28d (diff)
downloadlinux-7eb3cf761927b2687164e182efa675e6c09cfe44.tar.xz
powerpc/powernv: remove unused NPU DMA code
None of these routines were ever used anywhere in the kernel tree since they were added to the kernel. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/book3s')
-rw-r--r--arch/powerpc/include/asm/book3s/64/mmu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/book3s/64/mmu.h b/arch/powerpc/include/asm/book3s/64/mmu.h
index 74d24201fc4f..23b83d3593e2 100644
--- a/arch/powerpc/include/asm/book3s/64/mmu.h
+++ b/arch/powerpc/include/asm/book3s/64/mmu.h
@@ -116,8 +116,6 @@ typedef struct {
/* Number of users of the external (Nest) MMU */
atomic_t copros;
- /* NPU NMMU context */
- struct npu_context *npu_context;
struct hash_mm_context *hash_context;
unsigned long vdso_base;