[lm-sensors] [PATCH] i2c: Incorrect section use in scx200_acb
Jean Delvare
khali at linux-fr.org
Wed May 24 09:06:43 CEST 2006
Fix an incorrect section use in i2c bus driver scx200_acb.
WARNING: drivers/i2c/busses/scx200_acb.o - Section mismatch:
reference to .init.text: from .text after 'scx200_add_cs553x'
(at offset 0x709)
Signed-off-by: Jean Delvare <khali at linux-fr.org>
---
drivers/i2c/busses/scx200_acb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.17-rc4.orig/drivers/i2c/busses/scx200_acb.c 2006-05-23 17:07:11.000000000 +0200
+++ linux-2.6.17-rc4/drivers/i2c/busses/scx200_acb.c 2006-05-23 18:47:48.000000000 +0200
@@ -491,7 +491,7 @@
#define MSR_LBAR_SMB 0x5140000B
-static int scx200_add_cs553x(void)
+static int __init scx200_add_cs553x(void)
{
u32 low, hi;
u32 smb_base;
--
Jean Delvare
More information about the lm-sensors
mailing list