From: Aaron Sierra Date: Mon, 7 Apr 2014 16:58:12 +0000 (-0500) Subject: mtd: fsl_ifc_nand: Use void type for IFC buffer X-Git-Tag: omap-for-v3.16/fixes-against-rc1~57^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4454406e378722d09431aca194103aa3075c6468;p=pandora-kernel.git mtd: fsl_ifc_nand: Use void type for IFC buffer The IFC buffer is accessed via 8-bit and 16-bit accessors. Changing the 'addr' member of 'struct fsl_ifc_nand_ctrl' from 'u8 __iomem *' to 'void __iomem *' eliminates the need for explicit casts when the 16-bit accessors are used. Signed-off-by: Aaron Sierra Signed-off-by: Brian Norris --- Reading git-diff-tree failed