Skip to content

Commit

Permalink
ARM: EXYNOS: remove <mach/regs-clock.h> for exynos
Browse files Browse the repository at this point in the history
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Dec 18, 2013
1 parent b5fd130 commit 2857f65
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 22 deletions.
19 changes: 0 additions & 19 deletions arch/arm/mach-exynos/include/mach/regs-clock.h

This file was deleted.

1 change: 0 additions & 1 deletion arch/arm/mach-exynos/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <asm/firmware.h>

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

#include <plat/cpu.h>

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-samsung/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2857f65

Please sign in to comment.