drm/nouveau/volt/gk20a: rename constructor
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nvkm / subdev / volt / gk20a.h
index 92479948eabf08441bf215288ed3b01b21c5ccee..1ccca950c41a92f1bdd28ef33588e991397f993a 100644 (file)
@@ -37,8 +37,8 @@ struct gk20a_volt {
        struct regulator *vdd;
 };
 
-int _gk20a_volt_ctor(struct nvkm_device *device, int index,
-                    const struct cvb_coef *coefs, int nb_coefs,
-                    struct gk20a_volt *volt);
+int gk20a_volt_ctor(struct nvkm_device *device, int index,
+                   const struct cvb_coef *coefs, int nb_coefs,
+                   struct gk20a_volt *volt);
 
 #endif
This page took 0.029025 seconds and 5 git commands to generate.