Subject: [merged] drivers-iommu-omap-iopgtableh-remove-unneeded-cast-of-void.patch removed from -mm tree To: jg1.han@xxxxxxxxxxx,joro@xxxxxxxxxx,tony@xxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Wed, 13 Nov 2013 12:37:04 -0800 The patch titled Subject: drivers/iommu/omap-iopgtable.h: remove unneeded cast of void* has been removed from the -mm tree. Its filename was drivers-iommu-omap-iopgtableh-remove-unneeded-cast-of-void.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Jingoo Han <jg1.han@xxxxxxxxxxx> Subject: drivers/iommu/omap-iopgtable.h: remove unneeded cast of void* Signed-off-by: Jingoo Han <jg1.han@xxxxxxxxxxx> Cc: Joerg Roedel <joro@xxxxxxxxxx> Cc: Tony Lindgren <tony@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/iommu/omap-iopgtable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/iommu/omap-iopgtable.h~drivers-iommu-omap-iopgtableh-remove-unneeded-cast-of-void drivers/iommu/omap-iopgtable.h --- a/drivers/iommu/omap-iopgtable.h~drivers-iommu-omap-iopgtableh-remove-unneeded-cast-of-void +++ a/drivers/iommu/omap-iopgtable.h @@ -95,4 +95,4 @@ static inline phys_addr_t omap_iommu_tra #define iopte_offset(iopgd, da) (iopgd_page_vaddr(iopgd) + iopte_index(da)) #define to_iommu(dev) \ - ((struct omap_iommu *)platform_get_drvdata(to_platform_device(dev))) + (platform_get_drvdata(to_platform_device(dev))) _ Patches currently in -mm which might be from jg1.han@xxxxxxxxxxx are origin.patch drivers-block-sx8c-use-module_pci_driver.patch drivers-block-sx8c-remove-unnecessary-pci_set_drvdata.patch linux-next.patch drivers-rtc-rtc-hid-sensor-timec-use-dev_get_platdata.patch w1-w1-gpio-use-dev_get_platdata.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html