kernel/drivers/gpu/drm/nouveau/nouveau_bios.c
.. .. @@ -22,8 +22,6 @@ 22 22 * SOFTWARE. 23 23 */ 24 24 25 -#include <drm/drmP.h>26 -27 25 #include "nouveau_drv.h" 28 26 #include "nouveau_reg.h" 29 27 #include "dispnv04/hw.h" .. .. @@ -935,7 +933,7 @@ 935 933 936 934 tmdstableptr = ROM16(bios->data[bitentry->offset]); 937 935 if (!tmdstableptr) { 938 - NV_ERROR(drm, "Pointer to TMDS table invalid\n");936 + NV_INFO(drm, "Pointer to TMDS table not found\n");939 937 return -EINVAL; 940 938 } 941 939