commit | 7ef9ab3b32b4bb72a7d70b832d2eb12ceb93d9fd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 15 02:42:26 2019 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Nov 23 15:46:42 2019 +0900 |
tree | 582933ecde0c01c0a304fdbd616840fca6163366 | |
parent | e4b26c9f75e48b5ef9e31ac6c8a445d4479b469c [diff] |
modpost: respect the previous export when 'exported twice' is warned When 'exported twice' is warned, let sym_add_exported() return without updating the symbol info. This respects the previous export, which is ordered first in modules.order This simplifies the code too. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>