Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355268
b: refs/heads/master
c: 8bb86ea
h: refs/heads/master
v: v3
  • Loading branch information
Kukjin Kim committed Jan 10, 2013
1 parent df9ad97 commit b13663d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e62359283cc5ce3264a1634f822822669c6b2d9f
refs/heads/master: 8bb86ead0663b098bd9770f457db5b797ae2f071
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-s3c64xx/mach-crag6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
#include <mach/regs-gpio.h>
#include <mach/regs-modem.h>

#include <mach/regs-gpio-memport.h>

#include <plat/regs-serial.h>
#include <plat/fb.h>
#include <plat/sdhci.h>
Expand All @@ -72,6 +70,7 @@

#include "common.h"
#include "crag6410.h"
#include "regs-gpio-memport.h"

/* serial port setup */

Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-s3c64xx/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
#include <mach/regs-gpio.h>
#include <mach/regs-clock.h>
#include <mach/regs-syscon-power.h>
#include <mach/regs-gpio-memport.h>
#include <mach/regs-modem.h>

#include "regs-gpio-memport.h"

struct s3c64xx_pm_domain {
char *const name;
u32 ena;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* linux/arch/arm/plat-s3c64xx/include/mach/regs-gpio-memport.h
*
/*
* Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
Expand All @@ -8,8 +7,8 @@
* S3C64XX - GPIO memory port register definitions
*/

#ifndef __ASM_PLAT_S3C64XX_REGS_GPIO_MEMPORT_H
#define __ASM_PLAT_S3C64XX_REGS_GPIO_MEMPORT_H __FILE__
#ifndef __MACH_S3C64XX_REGS_GPIO_MEMPORT_H
#define __MACH_S3C64XX_REGS_GPIO_MEMPORT_H __FILE__

#define S3C64XX_MEM0CONSTOP S3C64XX_GPIOREG(0x1B0)
#define S3C64XX_MEM1CONSTOP S3C64XX_GPIOREG(0x1B4)
Expand All @@ -21,5 +20,5 @@
#define S3C64XX_MEM0DRVCON S3C64XX_GPIOREG(0x1D0)
#define S3C64XX_MEM1DRVCON S3C64XX_GPIOREG(0x1D4)

#endif /* __ASM_PLAT_S3C64XX_REGS_GPIO_MEMPORT_H */
#endif /* __MACH_S3C64XX_REGS_GPIO_MEMPORT_H */

0 comments on commit b13663d

Please sign in to comment.