X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=arch%2Farm%2Fplat-s3c24xx%2Fdma.c;h=8c5e656d5d8c8c346dd5f2d3c7740886a977f235;hb=51cc50685a4275c6a02653670af9f108a64e01cf;hp=60f162dc4fad5d1617f074c5256dc5c8b8227e03;hpb=1ca721cdb748ba72c47e9c661d54696db3cde796;p=mirror_ubuntu-hirsute-kernel.git diff --git a/arch/arm/plat-s3c24xx/dma.c b/arch/arm/plat-s3c24xx/dma.c index 60f162dc4fad..8c5e656d5d8c 100644 --- a/arch/arm/plat-s3c24xx/dma.c +++ b/arch/arm/plat-s3c24xx/dma.c @@ -1304,7 +1304,7 @@ struct sysdev_class dma_sysclass = { /* kmem cache implementation */ -static void s3c2410_dma_cache_ctor(struct kmem_cache *c, void *p) +static void s3c2410_dma_cache_ctor(void *p) { memset(p, 0, sizeof(struct s3c2410_dma_buf)); }