diff options
Diffstat (limited to 'drivers/iommu/omap-iommu.h')
| -rw-r--r-- | drivers/iommu/omap-iommu.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iommu/omap-iommu.h b/drivers/iommu/omap-iommu.h index 2b5f3c04d16..12008420660 100644 --- a/drivers/iommu/omap-iommu.h +++ b/drivers/iommu/omap-iommu.h @@ -29,7 +29,6 @@ struct iotlb_entry {  struct omap_iommu {  	const char	*name;  	struct module	*owner; -	struct clk	*clk;  	void __iomem	*regbase;  	struct device	*dev;  	void		*isr_priv; @@ -116,8 +115,6 @@ static inline struct omap_iommu *dev_to_omap_iommu(struct device *dev)   * MMU Register offsets   */  #define MMU_REVISION		0x00 -#define MMU_SYSCONFIG		0x10 -#define MMU_SYSSTATUS		0x14  #define MMU_IRQSTATUS		0x18  #define MMU_IRQENABLE		0x1c  #define MMU_WALKING_ST		0x40  |