OSDN Git Service

minigbm: constify and staticify functions/structs
[android-x86/external-minigbm.git] / gma500.c
index 95d663c..4e84bac 100644 (file)
--- a/gma500.c
+++ b/gma500.c
@@ -7,7 +7,7 @@
 #include "gbm_priv.h"
 #include "helpers.h"
 
-struct gbm_driver gbm_driver_gma500 =
+const struct gbm_driver gbm_driver_gma500 =
 {
        .name = "gma500",
        .bo_create = gbm_dumb_bo_create,