commit | 4454406e378722d09431aca194103aa3075c6468 | [log] [tgz] |
---|---|---|
author | Aaron Sierra <asierra@xes-inc.com> | Mon Apr 07 11:58:12 2014 -0500 |
committer | Brian Norris <computersforpeace@gmail.com> | Tue May 20 17:36:25 2014 -0700 |
tree | 948788f5d909efdf88b011500ffd68d5688ffff3 | |
parent | 555b8d1259a4d384690c2f2a62e2d84d2a536ed3 [diff] |
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 <asierra@xes-inc.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>