Skip to content

Commit

Permalink
ARM: S5PV210: move <mach/regs-clock.h> into mach-s5pv210/
Browse files Browse the repository at this point in the history
This moves <mach/regs-clock.h> into mach-s5pv210 so no more
include/mach/ under mach-s5pv210.

Signed-off-by: Kukjin Kim <[email protected]>
Cc: Tomasz Figa <[email protected]>
  • Loading branch information
kgene committed Aug 18, 2014
1 parent effd8c3 commit 9740bdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions arch/arm/mach-s5pv210/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@

#include <plat/pm-common.h>

#include <mach/regs-clock.h>

#include "common.h"
#include "regs-clock.h"

static struct sleep_save s5pv210_core_save[] = {
/* Clock ETC */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* linux/arch/arm/mach-s5pv210/include/mach/regs-clock.h
*
/*
* Copyright (c) 2010 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s5pv210/s5pv210.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#include <asm/system_misc.h>

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

#include "common.h"
#include "regs-clock.h"

static int __init s5pv210_fdt_map_sys(unsigned long node, const char *uname,
int depth, void *data)
Expand Down

0 comments on commit 9740bdd

Please sign in to comment.