diff options
| author | Mike Frysinger <[email protected]> | 2009-10-26 16:50:06 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2009-10-29 07:39:30 -0700 |
| commit | 46c529cf79f6c7b239f83b4997d676dd5b51908c (patch) | |
| tree | 2d04be82f11d82a48ab3b72fa0e71862bed24ffa /tools/perf/scripts/python | |
| parent | c68d2b1594548cda7f6dbac6a4d9d30a9b01558c (diff) | |
twl4030-gpio: remove __devexit markings from remove func
The gpio_twl4030_probe() function calls gpio_twl4030_remove(), and the
former has __devinit, so the latter cannot use __devexit. Otherwise we
hit the section mismatch warning:
WARNING: drivers/gpio/built-in.o(.devinit.text+0x71a): Section mismatch
in reference from the function _gpio_twl4030_probe() to the function
.devexit.text:_gpio_twl4030_remove()
The function __devinit _gpio_twl4030_probe() references a function
__devexit _gpio_twl4030_remove().
This is often seen when error handling in the init function uses
functionality in the exit path.
The fix is often to remove the __devexit annotation of
_gpio_twl4030_remove() so it may be used outside an exit section.
Signed-off-by: Mike Frysinger <[email protected]>
Cc: David Brownell <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions