From 4454406e378722d09431aca194103aa3075c6468 Mon Sep 17 00:00:00 2001 From: Aaron Sierra Date: Mon, 7 Apr 2014 11:58:12 -0500 Subject: [PATCH] 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-format-patch failed