diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-07-18 12:49:56 +0200 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2014-07-29 12:39:23 +0200 |
commit | 4aa5dd7e56654215bdac18edd4d8b00cbe5be80a (patch) | |
tree | 333d900b1e6e6712383a9e92ab5afca19cf4f068 /arch/arm/mach-omap2/omap-iommu.c | |
parent | baaa7b5d4f1e515a39f1eebd5fb16b67e00b22fb (diff) | |
download | talos-op-linux-4aa5dd7e56654215bdac18edd4d8b00cbe5be80a.tar.gz talos-op-linux-4aa5dd7e56654215bdac18edd4d8b00cbe5be80a.zip |
ARM: omap: Don't set iommu pdata da_start and da_end fields
The fields are not used by the driver and will be removed from platform
data. Don't set them.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'arch/arm/mach-omap2/omap-iommu.c')
-rw-r--r-- | arch/arm/mach-omap2/omap-iommu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap-iommu.c b/arch/arm/mach-omap2/omap-iommu.c index f1fab5684a24..4068350f9059 100644 --- a/arch/arm/mach-omap2/omap-iommu.c +++ b/arch/arm/mach-omap2/omap-iommu.c @@ -34,8 +34,6 @@ static int __init omap_iommu_dev_init(struct omap_hwmod *oh, void *unused) pdata->name = oh->name; pdata->nr_tlb_entries = a->nr_tlb_entries; - pdata->da_start = a->da_start; - pdata->da_end = a->da_end; if (oh->rst_lines_cnt == 1) { pdata->reset_name = oh->rst_lines->name; |