diff options
| author | Nancy Chen <Nancy.Chen@freescale.com> | 2012-01-25 09:01:36 -0600 |
|---|---|---|
| committer | Justin Waters <justin.waters@timesys.com> | 2012-07-03 16:56:31 -0400 |
| commit | 201ffb93b169dc5bb0ad4d410e7f6e98fa0681a2 (patch) | |
| tree | dda495952a080a97db532a6efb2f474219b9b12f /include/linux/mfd/pfuze.h | |
| parent | 6d2a78af2fb2e762d60b8224ec500db42f74b11d (diff) | |
ENGR00172752-2 Remove usless code in pfuze100 regulator driver
Remove usless code in pfuze100 regulator driver
Signed-off-by: Robin Gong <b38343@freescale.com>
Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
Diffstat (limited to 'include/linux/mfd/pfuze.h')
| -rw-r--r-- | include/linux/mfd/pfuze.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
