diff options
| author | Denis Efremov <[email protected]> | 2018-06-19 23:23:57 +0300 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2018-07-01 21:00:47 +0800 |
| commit | e4e4730698c9138f09ed73dadd1f35d4bb95ada5 (patch) | |
| tree | 0943e2e4c1e8401356c03be76e3ae47b0c9e7e7a /tools/perf/scripts/python/bin | |
| parent | d0d859bb87ac3b4df1cb6692531fc95d093357c5 (diff) | |
crypto: skcipher - remove the exporting of skcipher_walk_next
The function skcipher_walk_next declared as static and marked as
EXPORT_SYMBOL_GPL. It's a bit confusing for internal function to be
exported. The area of visibility for such function is its .c file
and all other modules. Other *.c files of the same module can't use it,
despite all other modules can. Relying on the fact that this is the
internal function and it's not a crucial part of the API, the patch
just removes the EXPORT_SYMBOL_GPL marking of skcipher_walk_next.
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Denis Efremov <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions