Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283512
b: refs/heads/master
c: 6c523c6
h: refs/heads/master
v: v3
  • Loading branch information
Jaecheol Lee authored and Dave Jones committed Jan 9, 2012
1 parent 569bb6d commit 96ec745
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a125a17fa61afe2fa4e52b239dd20af8ce90c9f7
refs/heads/master: 6c523c614c13b84a3dc64f7a56d6855b03e6b292
8 changes: 1 addition & 7 deletions trunk/drivers/cpufreq/exynos-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* published by the Free Software Foundation.
*/

#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/err.h>
#include <linux/clk.h>
Expand All @@ -18,15 +17,10 @@
#include <linux/regulator/consumer.h>
#include <linux/cpufreq.h>
#include <linux/suspend.h>
#include <linux/reboot.h>

#include <mach/map.h>
#include <mach/regs-clock.h>
#include <mach/regs-mem.h>
#include <mach/cpufreq.h>

#include <plat/clock.h>
#include <plat/pm.h>
#include <plat/cpu.h>

static struct exynos_dvfs_info *exynos_info;

Expand Down
14 changes: 1 addition & 13 deletions trunk/drivers/cpufreq/exynos4210-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,17 @@
* published by the Free Software Foundation.
*/

#include <linux/types.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/regulator/consumer.h>
#include <linux/cpufreq.h>
#include <linux/notifier.h>
#include <linux/suspend.h>

#include <mach/map.h>
#include <mach/regs-clock.h>
#include <mach/regs-mem.h>
#include <mach/cpufreq.h>

#include <plat/clock.h>
#include <plat/pm.h>

#define CPUFREQ_LEVEL_END L5

static int max_support_idx = L0;
Expand All @@ -38,10 +30,6 @@ static struct clk *moutcore;
static struct clk *mout_mpll;
static struct clk *mout_apll;

static struct regulator *arm_regulator;

static struct cpufreq_freqs freqs;

struct cpufreq_clkdiv {
unsigned int index;
unsigned int clkdiv;
Expand Down

0 comments on commit 96ec745

Please sign in to comment.