mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
dvfs : move dvfs.h to include/linux/rockchip/
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
#include <asm/cacheflush.h>
|
||||
#include <asm/tlbflush.h>
|
||||
#include <linux/vmalloc.h>
|
||||
#include <linux/rockchip/dvfs.h>
|
||||
#include <dt-bindings/clock/ddr.h>
|
||||
|
||||
#include "dvfs.h"
|
||||
#include "common.h"
|
||||
|
||||
enum {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <linux/stat.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/opp.h>
|
||||
#include "dvfs.h"
|
||||
#include <linux/rockchip/dvfs.h>
|
||||
|
||||
#define MHz (1000 * 1000)
|
||||
static LIST_HEAD(rk_dvfs_tree);
|
||||
|
||||
@@ -26,12 +26,12 @@
|
||||
#include <linux/fs.h>
|
||||
#include <linux/miscdevice.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/rockchip/dvfs.h>
|
||||
#include <asm/smp_plat.h>
|
||||
#include <asm/cpu.h>
|
||||
#include <asm/unistd.h>
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#include "dvfs.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#define VERSION "2.2"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/of_address.h>
|
||||
#include <linux/of_platform.h>
|
||||
#include <linux/rockchip/dvfs.h>
|
||||
#include <asm/mach/arch.h>
|
||||
#include <asm/mach/map.h>
|
||||
#include "common.h"
|
||||
@@ -32,7 +33,6 @@
|
||||
#include "loader.h"
|
||||
#include "pmu.h"
|
||||
#include "sram.h"
|
||||
#include "dvfs.h"
|
||||
|
||||
#define RK3188_DEVICE(name) \
|
||||
{ \
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <linux/of_platform.h>
|
||||
#include <asm/mach/arch.h>
|
||||
#include <asm/mach/map.h>
|
||||
#include <linux/rockchip/dvfs.h>
|
||||
#include "common.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_axi.h"
|
||||
@@ -32,7 +33,6 @@
|
||||
#include "loader.h"
|
||||
#include "pmu.h"
|
||||
#include "sram.h"
|
||||
#include "dvfs.h"
|
||||
|
||||
#define RK3288_DEVICE(name) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user