projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac88bcf
)
[PATCH] scx200_acb: fix section mismatch warning
author
Randy Dunlap
<
[email protected]
>
Fri, 26 May 2006 01:44:26 +0000
(18:44 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 26 May 2006 18:55:46 +0000
(11:55 -0700)
WARNING: drivers/i2c/busses/scx200_acb.o - Section mismatch: reference to
.init.text: from .text after 'scx200_add_cs553x' (at offset 0x528)
Signed-off-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Jean Delvare <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/i2c/busses/scx200_acb.c
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/scx200_acb.c
b/drivers/i2c/busses/scx200_acb.c
index a140e4536a4ee277fb7fe89e46fa9fdac847debf..766cc969c4d0c784abd0ef926363f2c37c7d735f 100644
(file)
--- a/
drivers/i2c/busses/scx200_acb.c
+++ b/
drivers/i2c/busses/scx200_acb.c
@@
-491,7
+491,7
@@
static struct pci_device_id divil_pci[] = {
#define MSR_LBAR_SMB 0x5140000B
-static int scx200_add_cs553x(void)
+static
__init
int scx200_add_cs553x(void)
{
u32 low, hi;
u32 smb_base;