Skip to content

Commit

Permalink
ARM: S3C64XX: DMA: struct s3c64xx_dma_buff lli fix.
Browse files Browse the repository at this point in the history
Correct the lli structure in struct s3c64xx_dma_buff which should
have been 'struct pl080s_lli' (samsung specific) instead of the generic
version 'struct pl080_lli'

Signed-Off-by: Jassi <jassi.brar@samsung.com>
[ben-linux@fluff.org: Edited description and subject fields]

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Jassi authored and Ben Dooks committed Sep 15, 2009
1 parent 5e49bc4 commit 23c94b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c64xx/include/plat/dma-plat.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct s3c64xx_dma_buff {
struct s3c64xx_dma_buff *next;

void *pw;
struct pl080_lli *lli;
struct pl080s_lli *lli;
dma_addr_t lli_dma;
};

Expand Down

0 comments on commit 23c94b4

Please sign in to comment.