Skip to content

Commit

Permalink
[ARM] S3C: Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat.
Browse files Browse the repository at this point in the history
Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat ready
ready to clean out old include directories.

Signed-off-by: Ben Dooks <[email protected]>
  • Loading branch information
Ben Dooks committed Oct 30, 2008
1 parent 57bd4b9 commit 1362270
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2410/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <mach/regs-lcd.h>
#include <mach/regs-sdi.h>
#include <asm/plat-s3c24xx/regs-iis.h>
#include <asm/plat-s3c24xx/regs-spi.h>
#include <plat/regs-spi.h>

static struct s3c24xx_dma_map __initdata s3c2410_dma_mappings[] = {
[DMACH_XD0] = {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2412/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <mach/regs-sdi.h>
#include <asm/plat-s3c24xx/regs-s3c2412-iis.h>
#include <asm/plat-s3c24xx/regs-iis.h>
#include <asm/plat-s3c24xx/regs-spi.h>
#include <plat/regs-spi.h>

#define MAP(x) { (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID }

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2412/s3c2412.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <mach/regs-gpio.h>
#include <mach/regs-gpioj.h>
#include <mach/regs-dsc.h>
#include <asm/plat-s3c24xx/regs-spi.h>
#include <plat/regs-spi.h>
#include <mach/regs-s3c2412.h>

#include <plat/s3c2412.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2440/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <mach/regs-lcd.h>
#include <mach/regs-sdi.h>
#include <asm/plat-s3c24xx/regs-iis.h>
#include <asm/plat-s3c24xx/regs-spi.h>
#include <plat/regs-spi.h>

static struct s3c24xx_dma_map __initdata s3c2440_dma_mappings[] = {
[DMACH_XD0] = {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-s3c2443/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <mach/regs-lcd.h>
#include <mach/regs-sdi.h>
#include <asm/plat-s3c24xx/regs-iis.h>
#include <asm/plat-s3c24xx/regs-spi.h>
#include <plat/regs-spi.h>

#define MAP(x) { \
[0] = (x) | DMA_CH_VALID, \
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/devs.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#include <plat/devs.h>
#include <plat/cpu.h>
#include <asm/plat-s3c24xx/regs-spi.h>
#include <plat/regs-spi.h>

/* Serial port registrations */

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/spi/spi_s3c24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <mach/hardware.h>

#include <mach/regs-gpio.h>
#include <asm/plat-s3c24xx/regs-spi.h>
#include <plat/regs-spi.h>
#include <mach/spi.h>

struct s3c24xx_spi {
Expand Down

0 comments on commit 1362270

Please sign in to comment.