Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
2857f650
Commit
2857f650
authored
Dec 19, 2013
by
Kukjin Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: EXYNOS: remove <mach/regs-clock.h> for exynos
Signed-off-by:
Kukjin Kim
<
kgene.kim@samsung.com
>
parent
b5fd1300
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
22 deletions
+2
-22
arch/arm/mach-exynos/include/mach/regs-clock.h
arch/arm/mach-exynos/include/mach/regs-clock.h
+0
-19
arch/arm/mach-exynos/platsmp.c
arch/arm/mach-exynos/platsmp.c
+0
-1
arch/arm/mach-exynos/pmu.c
arch/arm/mach-exynos/pmu.c
+1
-1
arch/arm/plat-samsung/pm.c
arch/arm/plat-samsung/pm.c
+1
-1
No files found.
arch/arm/mach-exynos/include/mach/regs-clock.h
deleted
100644 → 0
View file @
b5fd1300
/* linux/arch/arm/mach-exynos4/include/mach/regs-clock.h
*
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
* EXYNOS4 - Clock register definitions
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_ARCH_REGS_CLOCK_H
#define __ASM_ARCH_REGS_CLOCK_H __FILE__
#include <plat/cpu.h>
#include <mach/map.h>
#endif
/* __ASM_ARCH_REGS_CLOCK_H */
arch/arm/mach-exynos/platsmp.c
View file @
2857f650
...
...
@@ -27,7 +27,6 @@
#include <asm/firmware.h>
#include <mach/hardware.h>
#include <mach/regs-clock.h>
#include <plat/cpu.h>
...
...
arch/arm/mach-exynos/pmu.c
View file @
2857f650
...
...
@@ -13,7 +13,7 @@
#include <linux/kernel.h>
#include <linux/bug.h>
#include <
mach/regs-clock
.h>
#include <
plat/cpu
.h>
#include "common.h"
#include "regs-pmu.h"
...
...
arch/arm/plat-samsung/pm.c
View file @
2857f650
...
...
@@ -28,8 +28,8 @@
#ifdef CONFIG_SAMSUNG_ATAGS
#include <mach/hardware.h>
#include <mach/map.h>
#include <mach/regs-clock.h>
#ifndef CONFIG_ARCH_EXYNOS
#include <mach/regs-clock.h>
#include <mach/regs-irq.h>
#endif
#include <mach/irqs.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment