]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: OMAP2+: Remove omap_mmu_dev_attr structure
authorSuman Anna <s-anna@ti.com>
Wed, 16 Sep 2015 23:48:22 +0000 (18:48 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 30 Nov 2015 18:35:07 +0000 (10:35 -0800)
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>
include/linux/platform_data/iommu-omap.h

index 54a0a9582fad0ad6ebc2e8914b9fba64738f9688..0496d171700a767b13b89e8e73c50b043fcf6c64 100644 (file)
@@ -29,15 +29,6 @@ struct omap_iommu_arch_data {
        struct omap_iommu *iommu_dev;
 };
 
-/**
- * struct omap_mmu_dev_attr - OMAP mmu device attributes for omap_hwmod
- * @nr_tlb_entries:    number of entries supported by the translation
- *                     look-aside buffer (TLB).
- */
-struct omap_mmu_dev_attr {
-       int nr_tlb_entries;
-};
-
 struct iommu_platform_data {
        const char *name;
        const char *reset_name;