* [lm-sensors] [PATCH] i2c: Incorrect section use in scx200_acb
@ 2006-05-24 7:06 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2006-05-24 7:06 UTC (permalink / raw)
To: lm-sensors
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-24 7:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-24 7:06 [lm-sensors] [PATCH] i2c: Incorrect section use in scx200_acb Jean Delvare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.