summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c64xx/include/plat/pm-core.h
diff options
context:
space:
mode:
authorBen Dooks2010-01-26 02:45:40 +0100
committerBen Dooks2010-02-20 23:31:17 +0100
commit3501c9ae9fc5414d09c9a8d3a5452d2b167db916 (patch)
tree200146af3989c0c07b0a66bff96ac959602d1b1e /arch/arm/plat-s3c64xx/include/plat/pm-core.h
parentARM: S3C64XX: Squash SDHCI setup into one file (diff)
downloadkernel-qcow2-linux-3501c9ae9fc5414d09c9a8d3a5452d2b167db916.tar.gz
kernel-qcow2-linux-3501c9ae9fc5414d09c9a8d3a5452d2b167db916.tar.xz
kernel-qcow2-linux-3501c9ae9fc5414d09c9a8d3a5452d2b167db916.zip
ARM: S3C64XX: Move headers into machine include directory
Move the register and GPIO definition files from plat-s3c64xx into the machine include direcotry as they are unlikely to be reused outside mach-s3c64xx. This move includes removing the empty <mach/regs-clock.h> and replacing it with the <plat/regs-clock.h> implementation. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/include/plat/pm-core.h')
-rw-r--r--arch/arm/plat-s3c64xx/include/plat/pm-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c64xx/include/plat/pm-core.h b/arch/arm/plat-s3c64xx/include/plat/pm-core.h
index d347de3ba0dc..61b8aae76d3d 100644
--- a/arch/arm/plat-s3c64xx/include/plat/pm-core.h
+++ b/arch/arm/plat-s3c64xx/include/plat/pm-core.h
@@ -12,7 +12,7 @@
* published by the Free Software Foundation.
*/
-#include <plat/regs-gpio.h>
+#include <mach/regs-gpio.h>
static inline void s3c_pm_debug_init_uart(void)
{