Skip to content

Commit

Permalink
[PATCH] scx200_acb: fix section mismatch warning
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rddunlap authored and Linus Torvalds committed May 26, 2006
1 parent ac88bcf commit 5d5daa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/scx200_acb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5d5daa1

Please sign in to comment.