Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123603
b: refs/heads/master
c: 1362270
h: refs/heads/master
i:
  123601: ad36730
  123599: 462c64c
v: v3
  • Loading branch information
Ben Dooks committed Oct 30, 2008
1 parent 628fa97 commit 07d1382
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 57bd4b91a6cfc5bad4c5d829ef85293ea63643ea
refs/heads/master: 13622708725990b01fbc6d59d54d93820a726d7c
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/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
2 changes: 1 addition & 1 deletion trunk/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 07d1382

Please sign in to comment.