mfd: lpc_ich: Remove lpc_ich_cfg struct use
authorPeter Tyser <ptyser@xes-inc.com>
Wed, 5 Nov 2014 01:39:11 +0000 (09:39 +0800)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:25:27 +0000 (09:25 +0900)
commitf39f47f4a1387dc6d7f6756f9a342317f0befc52
tree7279b865ef47b300b5b3ad19e2edbb1a2501ee58
parentd952c660693a7dc0d6b505279a7badad482917f9
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>
(cherry picked from commit 429b941abd503c8936e116c819362323aafdbd50)

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
drivers/mfd/lpc_ich.c