Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iommu/omap: Remove platform data da_start and da_end fields

The fields were used by the now gone omap-iovmm driver. They're not used
anymore, remove 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>

authored by

Laurent Pinchart and committed by
Joerg Roedel
e8a6ebc7 4aa5dd7e

-6
-6
include/linux/platform_data/iommu-omap.h
··· 31 31 32 32 /** 33 33 * struct omap_mmu_dev_attr - OMAP mmu device attributes for omap_hwmod 34 - * @da_start: device address where the va space starts. 35 - * @da_end: device address where the va space ends. 36 34 * @nr_tlb_entries: number of entries supported by the translation 37 35 * look-aside buffer (TLB). 38 36 */ 39 37 struct omap_mmu_dev_attr { 40 - u32 da_start; 41 - u32 da_end; 42 38 int nr_tlb_entries; 43 39 }; 44 40 ··· 42 46 const char *name; 43 47 const char *reset_name; 44 48 int nr_tlb_entries; 45 - u32 da_start; 46 - u32 da_end; 47 49 48 50 int (*assert_reset)(struct platform_device *pdev, const char *name); 49 51 int (*deassert_reset)(struct platform_device *pdev, const char *name);