diff options
| author | Harvey Yang <[email protected]> | 2011-10-30 12:47:25 +0000 |
|---|---|---|
| committer | Jean Delvare <[email protected]> | 2011-10-30 12:47:25 +0000 |
| commit | 6fcf84a2c0d5f51a457555d76e037cf3cc85bc7a (patch) | |
| tree | f4f6c8cbda2282cc61cc0f50ab3bf190814bb9ec /drivers/i2c/algos/i2c-algo-bit.c | |
| parent | i2c: I2C_ELEKTOR should depend on HAS_IOPORT (diff) | |
| download | kernel-6fcf84a2c0d5f51a457555d76e037cf3cc85bc7a.tar.gz kernel-6fcf84a2c0d5f51a457555d76e037cf3cc85bc7a.zip | |
i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drv
WARNING: drivers/i2c/busses/built-in.o(.data+0x47c8): Section mismatch in reference from the variable scx200_pci_drv to the function .devinit.text:scx200_probe()
The variable scx200_pci_drv references
the function __devinit scx200_probe()
If the reference is valid then annotate the
variable with __init* or __refdata (see linux/init.h) or name the variable:
*driver, *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
Signed-off-by: Harvey Yang <[email protected]>
Signed-off-by: Jean Delvare <[email protected]>
Diffstat (limited to 'drivers/i2c/algos/i2c-algo-bit.c')
0 files changed, 0 insertions, 0 deletions
