drm/nouveau/gr/gf100-: make some functions static
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / nvkm / engine / gr / gk20a.c
index e56880f..6d4d728 100644 (file)
@@ -33,7 +33,7 @@ struct gk20a_fw_av
        u32 data;
 };
 
-int
+static int
 gk20a_gr_av_to_init(struct gf100_gr *gr, const char *path, const char *name,
                    int ver, struct gf100_gr_pack **ppack)
 {
@@ -83,7 +83,7 @@ struct gk20a_fw_aiv
        u32 data;
 };
 
-int
+static int
 gk20a_gr_aiv_to_init(struct gf100_gr *gr, const char *path, const char *name,
                     int ver, struct gf100_gr_pack **ppack)
 {
@@ -126,7 +126,7 @@ end:
        return ret;
 }
 
-int
+static int
 gk20a_gr_av_to_method(struct gf100_gr *gr, const char *path, const char *name,
                      int ver, struct gf100_gr_pack **ppack)
 {