aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/plat-s3c24xx/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/dma.c b/arch/arm/plat-s3c24xx/dma.c
index 992ca435a922..29696e46ed65 100644
--- a/arch/arm/plat-s3c24xx/dma.c
+++ b/arch/arm/plat-s3c24xx/dma.c
@@ -1272,7 +1272,7 @@ struct sysdev_class dma_sysclass = {
1272 1272
1273/* kmem cache implementation */ 1273/* kmem cache implementation */
1274 1274
1275static void s3c2410_dma_cache_ctor(void *p, struct kmem_cache *c, unsigned long f) 1275static void s3c2410_dma_cache_ctor(struct kmem_cache *c, void *p)
1276{ 1276{
1277 memset(p, 0, sizeof(struct s3c2410_dma_buf)); 1277 memset(p, 0, sizeof(struct s3c2410_dma_buf));
1278} 1278}