aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2015-09-16 19:48:22 -0400
committerTony Lindgren <tony@atomide.com>2015-11-30 13:35:07 -0500
commitb6a89194182fe7a33d383463b8b9af6e117d8146 (patch)
treef228a9f7074bfb30956e7d21f2034f9b6b3eedbe /include/linux/platform_data
parent1ad0ea0c6575e355d42397f65e70d3b83eb9742e (diff)
ARM: OMAP2+: Remove omap_mmu_dev_attr structure
The structure omap_mmu_dev_attr was used in the hwmod data for supplying device-specific data through the .dev_attr field and used in constructing the platform data for legacy device creation. The legacy device creation of OMAP IOMMU devices has been cleaned up, and this structure is no longer needed, so remove it. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/iommu-omap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/platform_data/iommu-omap.h b/include/linux/platform_data/iommu-omap.h
index 54a0a9582fad..0496d171700a 100644
--- a/include/linux/platform_data/iommu-omap.h
+++ b/include/linux/platform_data/iommu-omap.h
@@ -29,15 +29,6 @@ struct omap_iommu_arch_data {
29 struct omap_iommu *iommu_dev; 29 struct omap_iommu *iommu_dev;
30}; 30};
31 31
32/**
33 * struct omap_mmu_dev_attr - OMAP mmu device attributes for omap_hwmod
34 * @nr_tlb_entries: number of entries supported by the translation
35 * look-aside buffer (TLB).
36 */
37struct omap_mmu_dev_attr {
38 int nr_tlb_entries;
39};
40
41struct iommu_platform_data { 32struct iommu_platform_data {
42 const char *name; 33 const char *name;
43 const char *reset_name; 34 const char *reset_name;