diff options
author | Suman Anna <s-anna@ti.com> | 2017-04-12 08:21:27 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2017-04-20 17:33:58 +0300 |
commit | 49a57ef7f8492ef985ee1ecdb927ca78a6b2f308 (patch) | |
tree | c920c70e15e3a01cb582cee04372b2edd96539ad /include/linux/platform_data/iommu-omap.h | |
parent | abaa7e5b054aae567861628b74dbc7fbf8ed79e8 (diff) | |
download | linux-49a57ef7f8492ef985ee1ecdb927ca78a6b2f308.tar.xz |
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.h | 3 |
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); }; |