From 201ffb93b169dc5bb0ad4d410e7f6e98fa0681a2 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Wed, 25 Jan 2012 09:01:36 -0600 Subject: ENGR00172752-2 Remove usless code in pfuze100 regulator driver Remove usless code in pfuze100 regulator driver Signed-off-by: Robin Gong Signed-off-by: Nancy Chen --- include/linux/mfd/pfuze.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/linux/mfd/pfuze.h') diff --git a/include/linux/mfd/pfuze.h b/include/linux/mfd/pfuze.h index 42976420203d..38c4e24740ec 100644 --- a/include/linux/mfd/pfuze.h +++ b/include/linux/mfd/pfuze.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -95,10 +95,10 @@ struct pfuze_regulator_init_data { int id; struct regulator_init_data *init_data; }; - struct pfuze_regulator_platform_data { int num_regulators; struct pfuze_regulator_init_data *regulators; + int (*pfuze_init)(struct mc_pfuze *pfuze); }; struct pfuze_platform_data { @@ -106,5 +106,6 @@ struct pfuze_platform_data { unsigned int flags; int num_regulators; struct pfuze_regulator_init_data *regulators; + int (*pfuze_init)(struct mc_pfuze *pfuze); }; #endif -- cgit v1.2.3