aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/device.h')
-rw-r--r--arch/powerpc/include/asm/device.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/device.h b/arch/powerpc/include/asm/device.h
index 49cbb0fca233..0245bfcaac32 100644
--- a/arch/powerpc/include/asm/device.h
+++ b/arch/powerpc/include/asm/device.h
@@ -6,7 +6,6 @@
6#ifndef _ASM_POWERPC_DEVICE_H 6#ifndef _ASM_POWERPC_DEVICE_H
7#define _ASM_POWERPC_DEVICE_H 7#define _ASM_POWERPC_DEVICE_H
8 8
9struct dma_map_ops;
10struct device_node; 9struct device_node;
11#ifdef CONFIG_PPC64 10#ifdef CONFIG_PPC64
12struct pci_dn; 11struct pci_dn;
@@ -20,9 +19,6 @@ struct iommu_table;
20 * drivers/macintosh/macio_asic.c 19 * drivers/macintosh/macio_asic.c
21 */ 20 */
22struct dev_archdata { 21struct dev_archdata {
23 /* DMA operations on that device */
24 const struct dma_map_ops *dma_ops;
25
26 /* 22 /*
27 * These two used to be a union. However, with the hybrid ops we need 23 * These two used to be a union. However, with the hybrid ops we need
28 * both so here we store both a DMA offset for direct mappings and 24 * both so here we store both a DMA offset for direct mappings and