diff options
author | Ranjani Vaidyanathan <ra5478@freescale.com> | 2011-02-10 15:38:33 -0600 |
---|---|---|
committer | Ranjani Vaidyanathan <ra5478@freescale.com> | 2011-02-11 16:25:49 -0600 |
commit | b9f72759e9b17b919238a67d9e1a7e52487dbf82 (patch) | |
tree | 0cf9adc1bbad752f5c24711e2760f9c3aa20c634 /arch | |
parent | 22c49feb9d0c793a3f0c8d0c74758933a37264d7 (diff) |
ENGR00139053-1: DVFS: Remove unused variable from dvfs_core structure
Remove unused variable, num_wp from the dvfs_core structure.
Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mxc_dvfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mxc_dvfs.h b/arch/arm/plat-mxc/include/mach/mxc_dvfs.h index 35aefaa87966..e4c15cf780b1 100644 --- a/arch/arm/plat-mxc/include/mach/mxc_dvfs.h +++ b/arch/arm/plat-mxc/include/mach/mxc_dvfs.h @@ -185,8 +185,6 @@ struct mxc_dvfs_platform_data { int dncnt_val; /* Delay time in us */ int delay_time; - /* Number of woking points supported */ - int num_wp; }; /*! |