Commit 62aa242
ARCv3: export __clear_user symbol to dynamically loaded modules
Fix build error for modules used the clear_user macro.
Symbol __clear_user comes to modules from the clear_user macro.
Don't export symbols for raw_copy_from_user and raw_copy_to_user, as
they are not a part of public API for modules and for ARC defined
__get_user_fn,__put_user_fn macros without use of raw_copy_from_user
and raw_copy_to_user.
Signed-off-by: Pavel Kozlov <pavel.kozlov@synopsys.com>1 parent f010c17 commit 62aa242
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
0 commit comments