diff options
author | Robin Gong <B38343@freescale.com> | 2011-12-28 11:43:08 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:13:18 +0800 |
commit | 521400e4b1b6adb52259345c9a35facaea6911c6 (patch) | |
tree | 6d4ce69ede66f85a3cb1fc4268defeefce7745d4 /include | |
parent | 1d986c5d757cd6369c8875bd08690f349715c591 (diff) |
ENGR00171001-2 MX6Q PFUZE100: fix build warnings
fix build warnings on pfuze driver:
arch/arm/mach-mx6/mx6q_sabreauto_pmic_pfuze100.c:388:
warning: initialization from incompatible pointer type
drivers/mfd/pfuze-core.c:523:
warning: initialization from incompatible pointer type
drivers/mfd/pfuze-core.c:412:
warning: 'pfuze_add_subdevice' defined but not used
Signed-off-by: Robin Gong <B38343@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/pfuze.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/pfuze.h b/include/linux/mfd/pfuze.h index a4c51c5c43a9..42976420203d 100644 --- a/include/linux/mfd/pfuze.h +++ b/include/linux/mfd/pfuze.h @@ -105,6 +105,6 @@ struct pfuze_platform_data { #define PFUZE_USE_REGULATOR (1 << 0) unsigned int flags; int num_regulators; - struct fuze_regulator_init_data *regulators; + struct pfuze_regulator_init_data *regulators; }; #endif |