summaryrefslogtreecommitdiffstats
path: root/LICENSES
diff options
context:
space:
mode:
authorDenis Efremov <efremov@linux.com>2019-07-03 20:01:50 +0300
committerNoralf Trønnes <noralf@tronnes.org>2019-07-09 11:34:39 +0200
commitd006a9b63d4bbb3eb1e2e616712d45acfcda7042 (patch)
tree9128f6d54220526c5baba4ea5fa203622b4abf6d /LICENSES
parent90f479ae51afa45efab97afdde9b94b9660dd3e4 (diff)
downloadlinux-d006a9b63d4bbb3eb1e2e616712d45acfcda7042.tar.bz2
drm/client: remove the exporting of drm_client_close
The function drm_client_close is declared as static and marked as EXPORT_SYMBOL. It's a bit confusing for an 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 removes the EXPORT_SYMBOL marking of drm_client_close. Signed-off-by: Denis Efremov <efremov@linux.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Link: https://patchwork.freedesktop.org/patch/msgid/20190703170150.32548-1-efremov@linux.com
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions