Commit a81c1970 authored by Kukjin Kim's avatar Kukjin Kim

ARM: S3C64XX: make regs-modem.h local

The header can be local in mach-s3c64xx/.
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 8bb86ead
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
#include <plat/devs.h> #include <plat/devs.h>
#include <plat/cpu.h> #include <plat/cpu.h>
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-modem.h>
#include "common.h" #include "common.h"
#include "regs-modem.h"
/* DM9000 */ /* DM9000 */
#define ANW6410_PA_DM9000 (0x18000000) #define ANW6410_PA_DM9000 (0x18000000)
......
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
#include <mach/regs-sys.h> #include <mach/regs-sys.h>
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-modem.h>
#include <plat/regs-serial.h> #include <plat/regs-serial.h>
#include <plat/fb.h> #include <plat/fb.h>
...@@ -71,6 +70,7 @@ ...@@ -71,6 +70,7 @@
#include "common.h" #include "common.h"
#include "crag6410.h" #include "crag6410.h"
#include "regs-gpio-memport.h" #include "regs-gpio-memport.h"
#include "regs-modem.h"
/* serial port setup */ /* serial port setup */
......
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
#include <mach/map.h> #include <mach/map.h>
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-modem.h>
#include <mach/regs-srom.h> #include <mach/regs-srom.h>
#include <plat/adc.h> #include <plat/adc.h>
...@@ -46,6 +45,7 @@ ...@@ -46,6 +45,7 @@
#include <video/samsung_fimd.h> #include <video/samsung_fimd.h>
#include "common.h" #include "common.h"
#include "regs-modem.h"
#define UCON S3C2410_UCON_DEFAULT #define UCON S3C2410_UCON_DEFAULT
#define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB) #define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB)
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <mach/map.h> #include <mach/map.h>
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-modem.h>
#include <mach/regs-srom.h> #include <mach/regs-srom.h>
#include <plat/adc.h> #include <plat/adc.h>
...@@ -47,6 +46,7 @@ ...@@ -47,6 +46,7 @@
#include <video/samsung_fimd.h> #include <video/samsung_fimd.h>
#include "common.h" #include "common.h"
#include "regs-modem.h"
#define UCON S3C2410_UCON_DEFAULT #define UCON S3C2410_UCON_DEFAULT
#define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB) #define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB)
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <mach/map.h> #include <mach/map.h>
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-modem.h>
#include <plat/clock.h> #include <plat/clock.h>
#include <plat/cpu.h> #include <plat/cpu.h>
...@@ -41,6 +40,7 @@ ...@@ -41,6 +40,7 @@
#include <video/platform_lcd.h> #include <video/platform_lcd.h>
#include "common.h" #include "common.h"
#include "regs-modem.h"
#define UCON S3C2410_UCON_DEFAULT #define UCON S3C2410_UCON_DEFAULT
#define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE) #define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE)
......
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <plat/regs-serial.h> #include <plat/regs-serial.h>
#include <mach/regs-modem.h>
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-sys.h> #include <mach/regs-sys.h>
#include <mach/regs-srom.h> #include <mach/regs-srom.h>
...@@ -75,6 +74,7 @@ ...@@ -75,6 +74,7 @@
#include <plat/backlight.h> #include <plat/backlight.h>
#include "common.h" #include "common.h"
#include "regs-modem.h"
#define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK #define UCON S3C2410_UCON_DEFAULT | S3C2410_UCON_UCLK
#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB #define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB
......
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
#include <mach/regs-gpio.h> #include <mach/regs-gpio.h>
#include <mach/regs-clock.h> #include <mach/regs-clock.h>
#include <mach/regs-syscon-power.h> #include <mach/regs-syscon-power.h>
#include <mach/regs-modem.h>
#include "regs-gpio-memport.h" #include "regs-gpio-memport.h"
#include "regs-modem.h"
struct s3c64xx_pm_domain { struct s3c64xx_pm_domain {
char *const name; char *const name;
......
/* arch/arm/plat-s3c64xx/include/plat/regs-modem.h /*
*
* Copyright 2008 Openmoko, Inc. * Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics * Copyright 2008 Simtec Electronics
* http://armlinux.simtec.co.uk/ * http://armlinux.simtec.co.uk/
...@@ -12,10 +11,10 @@ ...@@ -12,10 +11,10 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#ifndef __PLAT_S3C64XX_REGS_MODEM_H #ifndef __MACH_S3C64XX_REGS_MODEM_H
#define __PLAT_S3C64XX_REGS_MODEM_H __FILE__ #define __MACH_S3C64XX_REGS_MODEM_H __FILE__
#define S3C64XX_MODEMREG(x) (S3C64XX_VA_MODEM + (x)) #define S3C64XX_MODEMREG(x) (S3C64XX_VA_MODEM + (x))
#define S3C64XX_MODEM_INT2AP S3C64XX_MODEMREG(0x0) #define S3C64XX_MODEM_INT2AP S3C64XX_MODEMREG(0x0)
#define S3C64XX_MODEM_INT2MODEM S3C64XX_MODEMREG(0x4) #define S3C64XX_MODEM_INT2MODEM S3C64XX_MODEMREG(0x4)
...@@ -28,4 +27,4 @@ ...@@ -28,4 +27,4 @@
#define MIFPCON_INT2M_LEVEL (1 << 4) #define MIFPCON_INT2M_LEVEL (1 << 4)
#define MIFPCON_LCD_BYPASS (1 << 3) #define MIFPCON_LCD_BYPASS (1 << 3)
#endif /* __PLAT_S3C64XX_REGS_MODEM_H */ #endif /* __MACH_S3C64XX_REGS_MODEM_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment