ARM: S3C64XX: make regs-modem.h local

The header can be local in mach-s3c64xx/.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
Kukjin Kim
2013-01-02 13:24:12 -08:00
parent 8bb86ead06
commit a81c19700d
8 changed files with 12 additions and 13 deletions

View File

@@ -32,7 +32,6 @@
#include <mach/map.h>
#include <mach/regs-gpio.h>
#include <mach/regs-modem.h>
#include <mach/regs-srom.h>
#include <plat/adc.h>
@@ -47,6 +46,7 @@
#include <video/samsung_fimd.h>
#include "common.h"
#include "regs-modem.h"
#define UCON S3C2410_UCON_DEFAULT
#define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB)