diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-08-09 12:47:52 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-08-14 16:29:55 +0100 |
commit | d92342df2a06baa8f5d7bf609b0bc0dc87067e82 (patch) | |
tree | d18b12db1293ae9cb3b6df6388d8ea1625d0ed93 /arch/arm/mach-s3c64xx | |
parent | 2d4a3b76cfc061eedec7f510e14ddc3b9399a741 (diff) | |
download | talos-op-linux-d92342df2a06baa8f5d7bf609b0bc0dc87067e82.tar.gz talos-op-linux-d92342df2a06baa8f5d7bf609b0bc0dc87067e82.zip |
DMAENGINE: correct PL080 register header file
This PL008 among all other variables named PL080 doesn't seem
right. Fix it. Also add some missing defined that I use in the
new PL08x driver.
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r-- | arch/arm/mach-s3c64xx/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/dma.c b/arch/arm/mach-s3c64xx/dma.c index 5567e037b0d1..e7d03ab41d80 100644 --- a/arch/arm/mach-s3c64xx/dma.c +++ b/arch/arm/mach-s3c64xx/dma.c @@ -697,7 +697,7 @@ static int s3c64xx_dma_init1(int chno, enum dma_ch chbase, chptr->number = chno; chptr->dmac = dmac; chptr->regs = regptr; - regptr += PL008_Cx_STRIDE; + regptr += PL080_Cx_STRIDE; } /* for the moment, permanently enable the controller */ |