diff options
Diffstat (limited to 'include/linux/platform_data/iommu-omap.h')
-rw-r--r-- | include/linux/platform_data/iommu-omap.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/platform_data/iommu-omap.h b/include/linux/platform_data/iommu-omap.h index 5b429c43a297..54a0a9582fad 100644 --- a/include/linux/platform_data/iommu-omap.h +++ b/include/linux/platform_data/iommu-omap.h | |||
@@ -31,14 +31,10 @@ struct omap_iommu_arch_data { | |||
31 | 31 | ||
32 | /** | 32 | /** |
33 | * struct omap_mmu_dev_attr - OMAP mmu device attributes for omap_hwmod | 33 | * struct omap_mmu_dev_attr - OMAP mmu device attributes for omap_hwmod |
34 | * @da_start: device address where the va space starts. | ||
35 | * @da_end: device address where the va space ends. | ||
36 | * @nr_tlb_entries: number of entries supported by the translation | 34 | * @nr_tlb_entries: number of entries supported by the translation |
37 | * look-aside buffer (TLB). | 35 | * look-aside buffer (TLB). |
38 | */ | 36 | */ |
39 | struct omap_mmu_dev_attr { | 37 | struct omap_mmu_dev_attr { |
40 | u32 da_start; | ||
41 | u32 da_end; | ||
42 | int nr_tlb_entries; | 38 | int nr_tlb_entries; |
43 | }; | 39 | }; |
44 | 40 | ||
@@ -46,8 +42,6 @@ struct iommu_platform_data { | |||
46 | const char *name; | 42 | const char *name; |
47 | const char *reset_name; | 43 | const char *reset_name; |
48 | int nr_tlb_entries; | 44 | int nr_tlb_entries; |
49 | u32 da_start; | ||
50 | u32 da_end; | ||
51 | 45 | ||
52 | int (*assert_reset)(struct platform_device *pdev, const char *name); | 46 | int (*assert_reset)(struct platform_device *pdev, const char *name); |
53 | int (*deassert_reset)(struct platform_device *pdev, const char *name); | 47 | int (*deassert_reset)(struct platform_device *pdev, const char *name); |