summaryrefslogtreecommitdiff
path: root/amdgpu
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2018-09-13 16:13:06 -0700
committerLucas De Marchi <lucas.demarchi@intel.com>2018-09-19 22:46:45 -0700
commit67967e9b5c0bb15eb7c95f060810d454c8eb6732 (patch)
tree7831404e6468877d4713c005c59c469728747c92 /amdgpu
parentd1db9dd2005dccf86325d254124a5f58d0c8739c (diff)
downloaddrm-67967e9b5c0bb15eb7c95f060810d454c8eb6732.tar.gz
exynos: annotate public functions
while read sym; do read f func line _ <<<$(cscope -d -L -1 $sym) if [ ! -z "$f" ]; then sed -i "${line}s/^/drm_public /" $f fi done < /tmp/a.txt In which /tmp/a.txt contains the public symbols from exynos-symbol-check. The idea here will be to switch the default visibility to hidden so we don't export symbols we shouldn't. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Acked-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to 'amdgpu')
0 files changed, 0 insertions, 0 deletions