Mesa (master): loader: annotate __driConfigOptionsLoader as static

Emil Velikov evelikov at kemper.freedesktop.org
Tue Oct 18 16:29:17 UTC 2016


Module: Mesa
Branch: master
Commit: 82221006319e3d41f8ac672cb3cf846575ca22f3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=82221006319e3d41f8ac672cb3cf846575ca22f3

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Sep  7 16:38:44 2016 +0100

loader: annotate __driConfigOptionsLoader as static

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Axel Davy <axel.davy at ens.fr>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 src/loader/loader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/loader/loader.c b/src/loader/loader.c
index 0aa8634..6b1273c 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -297,7 +297,7 @@ get_id_path_tag_from_fd(struct udev *udev, int fd)
 }
 
 #ifdef USE_DRICONF
-const char __driConfigOptionsLoader[] =
+static const char __driConfigOptionsLoader[] =
 DRI_CONF_BEGIN
     DRI_CONF_SECTION_INITIALIZATION
         DRI_CONF_DEVICE_ID_PATH_TAG()




More information about the mesa-commit mailing list