mfd: iqs62x: Rename regmap_config struct
authorJeff LaBundy <jeff@labundy.com>
Mon, 18 Jan 2021 03:57:05 +0000 (21:57 -0600)
committerLee Jones <lee.jones@linaro.org>
Mon, 8 Feb 2021 13:54:33 +0000 (13:54 +0000)
commitf0c711266a540321a6099b05a3acb5385e81b53e
tree18e02a5455f806636cf6570dd0a9ded3ba805075
parent7ed645d54e07f03ba75486e1932ebb10266629c5
mfd: iqs62x: Rename regmap_config struct

The regmap member of the driver's private data is called 'regmap',
but the regmap_config struct is called 'iqs62x_map_config'. Rename
the latter to 'iqs62x_regmap_config' for consistency.

Signed-off-by: Jeff LaBundy <jeff@labundy.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/iqs62x.c