mfd: lpc_ich: Remove lpc_ich_cfg struct use
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 10 Mar 2014 21:34:53 +0000 (16:34 -0500)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 09:00:01 +0000 (09:00 +0000)
commit429b941abd503c8936e116c819362323aafdbd50
treed17e7f13010657d54ccec74a385b785703907815
parentf0776b8ce03ceb638c51b62f324844c71c446600
mfd: lpc_ich: Remove lpc_ich_cfg struct use

Future chipsets will use different register layouts that don't map
cleanly to the lpc_ich_cfg fields.  Remove the lpc_ich_cfg struct and
add explicit fields to the higher level lpc_ich_priv structure.

This change should have no functional impact.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Tested-by: Rajat Jain <rajatjain@juniper.net>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lpc_ich.c