summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/iommu-omap.h
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2017-04-12 00:21:27 -0500
committerJoerg Roedel <jroedel@suse.de>2017-04-20 16:33:58 +0200
commit49a57ef7f8492ef985ee1ecdb927ca78a6b2f308 (patch)
treec920c70e15e3a01cb582cee04372b2edd96539ad /include/linux/platform_data/iommu-omap.h
parentabaa7e5b054aae567861628b74dbc7fbf8ed79e8 (diff)
iommu/omap: Drop legacy-style device support
All the supported boards that have OMAP IOMMU devices do support DT boot only now. So, drop the support for the non-DT legacy-style devices from the OMAP IOMMU driver. Couple of the fields from the iommu platform data would no longer be required, so they have also been cleaned up. The IOMMU platform data is still needed though for performing reset management properly in a multi-arch environment. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'include/linux/platform_data/iommu-omap.h')
-rw-r--r--include/linux/platform_data/iommu-omap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_data/iommu-omap.h b/include/linux/platform_data/iommu-omap.h
index 0496d171700a..a40fc0f4f9de 100644
--- a/include/linux/platform_data/iommu-omap.h
+++ b/include/linux/platform_data/iommu-omap.h
@@ -30,10 +30,7 @@ struct omap_iommu_arch_data {
};
struct iommu_platform_data {
- const char *name;
const char *reset_name;
- int nr_tlb_entries;
-
int (*assert_reset)(struct platform_device *pdev, const char *name);
int (*deassert_reset)(struct platform_device *pdev, const char *name);
};