mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
ARM: S5P64X0: move s5p64x0-clock.h into local directory
The <mach/s5p64x0-clock.h> can be moved into mach-s5p64x0/. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
102c306573
commit
2d8c8a0283
@ -23,7 +23,6 @@
|
|||||||
#include <mach/hardware.h>
|
#include <mach/hardware.h>
|
||||||
#include <mach/map.h>
|
#include <mach/map.h>
|
||||||
#include <mach/regs-clock.h>
|
#include <mach/regs-clock.h>
|
||||||
#include <mach/s5p64x0-clock.h>
|
|
||||||
|
|
||||||
#include <plat/cpu-freq.h>
|
#include <plat/cpu-freq.h>
|
||||||
#include <plat/clock.h>
|
#include <plat/clock.h>
|
||||||
@ -32,6 +31,7 @@
|
|||||||
#include <plat/s5p-clock.h>
|
#include <plat/s5p-clock.h>
|
||||||
#include <plat/clock-clksrc.h>
|
#include <plat/clock-clksrc.h>
|
||||||
|
|
||||||
|
#include "clock.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
static u32 epll_div[][5] = {
|
static u32 epll_div[][5] = {
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include <mach/hardware.h>
|
#include <mach/hardware.h>
|
||||||
#include <mach/map.h>
|
#include <mach/map.h>
|
||||||
#include <mach/regs-clock.h>
|
#include <mach/regs-clock.h>
|
||||||
#include <mach/s5p64x0-clock.h>
|
|
||||||
|
|
||||||
#include <plat/cpu-freq.h>
|
#include <plat/cpu-freq.h>
|
||||||
#include <plat/clock.h>
|
#include <plat/clock.h>
|
||||||
@ -32,6 +31,7 @@
|
|||||||
#include <plat/s5p-clock.h>
|
#include <plat/s5p-clock.h>
|
||||||
#include <plat/clock-clksrc.h>
|
#include <plat/clock-clksrc.h>
|
||||||
|
|
||||||
|
#include "clock.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
static struct clksrc_clk clk_mout_dpll = {
|
static struct clksrc_clk clk_mout_dpll = {
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
/* linux/arch/arm/mach-s5p64x0/include/mach/s5p64x0-clock.h
|
/*
|
||||||
*
|
|
||||||
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
|
||||||
* http://www.samsung.com
|
* http://www.samsung.com
|
||||||
*
|
*
|
||||||
@ -10,8 +9,8 @@
|
|||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __ASM_ARCH_CLOCK_H
|
#ifndef __MACH_S5P64X0_CLOCK_H
|
||||||
#define __ASM_ARCH_CLOCK_H __FILE__
|
#define __MACH_S5P64X0_CLOCK_H __FILE__
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|
||||||
@ -36,4 +35,4 @@ extern int s5p64x0_mem_ctrl(struct clk *clk, int enable);
|
|||||||
|
|
||||||
extern int s5p64x0_clk48m_ctrl(struct clk *clk, int enable);
|
extern int s5p64x0_clk48m_ctrl(struct clk *clk, int enable);
|
||||||
|
|
||||||
#endif /* __ASM_ARCH_CLOCK_H */
|
#endif /* __MACH_S5P64X0_CLOCK_H */
|
Loading…
Reference in New Issue
Block a user