diff options
Diffstat (limited to 'arch/arm/mach-msm/include/mach')
-rw-r--r-- | arch/arm/mach-msm/include/mach/iommu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-msm/include/mach/iommu.h b/arch/arm/mach-msm/include/mach/iommu.h index 8738a445558..4dfe7efcf4e 100644 --- a/arch/arm/mach-msm/include/mach/iommu.h +++ b/arch/arm/mach-msm/include/mach/iommu.h | |||
@@ -45,14 +45,9 @@ | |||
45 | /** | 45 | /** |
46 | * struct msm_iommu_dev - a single IOMMU hardware instance | 46 | * struct msm_iommu_dev - a single IOMMU hardware instance |
47 | * name Human-readable name given to this IOMMU HW instance | 47 | * name Human-readable name given to this IOMMU HW instance |
48 | * clk_rate Rate to set for this IOMMU's clock, if applicable to this | ||
49 | * particular IOMMU. 0 means don't set a rate. | ||
50 | * -1 means it is an AXI clock with no valid rate | ||
51 | * | ||
52 | */ | 48 | */ |
53 | struct msm_iommu_dev { | 49 | struct msm_iommu_dev { |
54 | const char *name; | 50 | const char *name; |
55 | int clk_rate; | ||
56 | }; | 51 | }; |
57 | 52 | ||
58 | /** | 53 | /** |