kernel/drivers/gpu/drm/nouveau/dispnv04/tvnv04.c
.. .. @@ -24,7 +24,6 @@ 24 24 * 25 25 */ 26 26 27 -#include <drm/drmP.h>28 27 #include "nouveau_drv.h" 29 28 #include "nouveau_reg.h" 30 29 #include "nouveau_encoder.h" .. .. @@ -173,7 +172,7 @@ 173 172 helper->dpms(encoder, DRM_MODE_DPMS_ON); 174 173 175 174 NV_DEBUG(drm, "Output %s is running on CRTC %d using output %c\n", 176 - nouveau_encoder_connector_get(nv_encoder)->base.name,175 + nv04_encoder_get_connector(nv_encoder)->base.name,177 176 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or)); 178 177 } 179 178