ARM: S3C64XX: make crag6410.h local
The header can be local in mach-s3c64xx/. Cc: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
b4353784ea
commit
e62359283c
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <linux/platform_data/spi-s3c64xx.h>
|
||||
|
||||
#include <mach/crag6410.h>
|
||||
#include "crag6410.h"
|
||||
|
||||
static struct s3c64xx_spi_csinfo wm0010_spi_csinfo = {
|
||||
.line = S3C64XX_GPC(3),
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
#include <mach/regs-sys.h>
|
||||
#include <mach/regs-gpio.h>
|
||||
#include <mach/regs-modem.h>
|
||||
#include <mach/crag6410.h>
|
||||
|
||||
#include <mach/regs-gpio-memport.h>
|
||||
|
||||
|
@ -72,6 +71,7 @@
|
|||
#include <plat/pm.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "crag6410.h"
|
||||
|
||||
/* serial port setup */
|
||||
|
||||
|
|
Loading…
Reference in New Issue