[PATCH] s3c2443: fix section mismatch in irq.c file (3rd ver)
From: Krzysztof Helt <hidden>
Date: 2007-08-18 21:35:32
From: Krzysztof Helt <redacted> This patch removes section mismatches related to irq functions. Signed-off-by: Krzysztof Helt <redacted> --- This patch is a result of Sam Ravnborg comments. diff -urp linux-2.6.22.base/arch/arm/mach-s3c2443/irq.c linux-arm/arch/arm/mach-s3c2443/irq.c
--- linux-2.6.22.base/arch/arm/mach-s3c2443/irq.c 2007-07-09 01:32:17.000000000 +0200
+++ linux-arm/arch/arm/mach-s3c2443/irq.c 2007-08-11 07:20:54.018029312 +0200@@ -252,7 +252,7 @@ static int __init s3c2443_add_sub(unsign return 0; } -static int s3c2443_irq_add(struct sys_device *sysdev) +static int __init s3c2443_irq_add(struct sys_device *sysdev) { printk("S3C2443: IRQ Support\n");
@@ -280,7 +280,7 @@ static struct sysdev_driver s3c2443_irq_ .add = s3c2443_irq_add, }; -static int s3c2443_irq_init(void) +static int __init s3c2443_irq_init(void) { return sysdev_driver_register(&s3c2443_sysclass, &s3c2443_irq_driver); } -------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/