mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
loader: annotate __driConfigOptionsLoader as static
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Axel Davy <axel.davy@ens.fr> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
d561e064a8
commit
8222100631
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue