Commit e6235928 authored by Kukjin Kim's avatar Kukjin Kim

ARM: S3C64XX: make crag6410.h local

The header can be local in mach-s3c64xx/.

Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent b4353784
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <linux/platform_data/spi-s3c64xx.h> #include <linux/platform_data/spi-s3c64xx.h>
#include <mach/crag6410.h> #include "crag6410.h"
static struct s3c64xx_spi_csinfo wm0010_spi_csinfo = { static struct s3c64xx_spi_csinfo wm0010_spi_csinfo = {
.line = S3C64XX_GPC(3), .line = S3C64XX_GPC(3),
......
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,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 <mach/regs-modem.h>
#include <mach/crag6410.h>
#include <mach/regs-gpio-memport.h> #include <mach/regs-gpio-memport.h>
...@@ -72,6 +71,7 @@ ...@@ -72,6 +71,7 @@
#include <plat/pm.h> #include <plat/pm.h>
#include "common.h" #include "common.h"
#include "crag6410.h"
/* serial port setup */ /* serial port setup */
......
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