diff options
Diffstat (limited to 'drivers/iommu/omap-iommu.h')
-rw-r--r-- | drivers/iommu/omap-iommu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/iommu/omap-iommu.h b/drivers/iommu/omap-iommu.h index d7c51327cd25..45fe67d641e2 100644 --- a/drivers/iommu/omap-iommu.h +++ b/drivers/iommu/omap-iommu.h | |||
@@ -70,8 +70,6 @@ struct cr_regs { | |||
70 | 70 | ||
71 | /* architecture specific functions */ | 71 | /* architecture specific functions */ |
72 | struct iommu_functions { | 72 | struct iommu_functions { |
73 | unsigned long version; | ||
74 | |||
75 | int (*enable)(struct omap_iommu *obj); | 73 | int (*enable)(struct omap_iommu *obj); |
76 | void (*disable)(struct omap_iommu *obj); | 74 | void (*disable)(struct omap_iommu *obj); |
77 | void (*set_twl)(struct omap_iommu *obj, bool on); | 75 | void (*set_twl)(struct omap_iommu *obj, bool on); |
@@ -191,8 +189,6 @@ static inline struct omap_iommu *dev_to_omap_iommu(struct device *dev) | |||
191 | /* | 189 | /* |
192 | * global functions | 190 | * global functions |
193 | */ | 191 | */ |
194 | extern u32 omap_iommu_arch_version(void); | ||
195 | |||
196 | extern void omap_iotlb_cr_to_e(struct cr_regs *cr, struct iotlb_entry *e); | 192 | extern void omap_iotlb_cr_to_e(struct cr_regs *cr, struct iotlb_entry *e); |
197 | 193 | ||
198 | extern int | 194 | extern int |