summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2410
diff options
context:
space:
mode:
authorKrzysztof Helt2007-09-04 18:19:33 +0200
committerRussell King2007-10-13 00:43:15 +0200
commitf2c10d6c669e5b792c48e86da37ec7fde0a2e302 (patch)
treeb7577cc77aa7e025f788ecab2fe60ec106c2588c /arch/arm/mach-s3c2410
parent[ARM] 4565/1: s3c2443: fix section mismatch in irq.c file (diff)
downloadkernel-qcow2-linux-f2c10d6c669e5b792c48e86da37ec7fde0a2e302.tar.gz
kernel-qcow2-linux-f2c10d6c669e5b792c48e86da37ec7fde0a2e302.tar.xz
kernel-qcow2-linux-f2c10d6c669e5b792c48e86da37ec7fde0a2e302.zip
[ARM] 4566/1: s3c24xx: fix dma functions section mismatch
This patch removes section mismatches related to DMA functions. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Acked-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r--arch/arm/mach-s3c2410/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/dma.c b/arch/arm/mach-s3c2410/dma.c
index 80d83739ab9f..8f12e855ef5f 100644
--- a/arch/arm/mach-s3c2410/dma.c
+++ b/arch/arm/mach-s3c2410/dma.c
@@ -145,7 +145,7 @@ static struct s3c24xx_dma_order __initdata s3c2410_dma_order = {
},
};
-static int s3c2410_dma_add(struct sys_device *sysdev)
+static int __init s3c2410_dma_add(struct sys_device *sysdev)
{
s3c2410_dma_init();
s3c24xx_dma_order_set(&s3c2410_dma_order);