diff options
| author | Josh Boyer <[email protected]> | 2008-03-10 11:43:35 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-03-10 18:01:17 -0700 |
| commit | e84290dc79d30af3e95b38e670f80c0b5046bbf2 (patch) | |
| tree | eb8a1d3315de74d70a960ecde38ed12ea37e1ea4 /scripts/patch-kernel | |
| parent | 9f9351bbe34a9b12966b1fb6f7c21cfe128340c1 (diff) | |
of_serial: fix section mismatch warnings
Fix the following section mismatches:
WARNING: drivers/built-in.o(.exit.text+0x5a): Section mismatch in reference from the function of_platform_serial_exit() to the variable .devinit.data:of_platform_serial_driver
The function __exit of_platform_serial_exit() references
a variable __devinitdata of_platform_serial_driver.
Signed-off-by: Josh Boyer <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions