diff options
author | Aaron Sierra <asierra@xes-inc.com> | 2014-04-07 20:58:12 +0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-05-21 04:36:25 +0400 |
commit | 4454406e378722d09431aca194103aa3075c6468 (patch) | |
tree | 948788f5d909efdf88b011500ffd68d5688ffff3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 555b8d1259a4d384690c2f2a62e2d84d2a536ed3 (diff) | |
download | linux-4454406e378722d09431aca194103aa3075c6468.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions