Skip to content

Commit

Permalink
cpufreq: exynos: cleanup exynos-cpufreq header
Browse files Browse the repository at this point in the history
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Jan 10, 2013
1 parent a49f0d1 commit c4aaa29
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions drivers/cpufreq/exynos-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#include <linux/cpufreq.h>
#include <linux/suspend.h>

#include <mach/cpufreq.h>

#include <plat/cpu.h>

#include "exynos-cpufreq.h"

static struct exynos_dvfs_info *exynos_info;

static struct regulator *arm_regulator;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* linux/arch/arm/mach-exynos/include/mach/cpufreq.h
*
/*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
Expand Down
3 changes: 2 additions & 1 deletion drivers/cpufreq/exynos4210-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#include <linux/cpufreq.h>

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

#include "exynos-cpufreq.h"

#define CPUFREQ_LEVEL_END L5

Expand Down
3 changes: 2 additions & 1 deletion drivers/cpufreq/exynos4x12-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#include <linux/cpufreq.h>

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

#include "exynos-cpufreq.h"

#define CPUFREQ_LEVEL_END (L13 + 1)

Expand Down
3 changes: 2 additions & 1 deletion drivers/cpufreq/exynos5250-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

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

#include "exynos-cpufreq.h"

#define CPUFREQ_LEVEL_END (L15 + 1)

Expand Down

0 comments on commit c4aaa29

Please sign in to comment.