drm/nouveau/dp: remove last bits of VBIOS parsing from DRM code
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / nouveau / nouveau_bios.h
index 9e364b68e6037807635549e5f22460706e618e86..f68c54ca422ff7e541283de8e2aaa53d873258f0 100644 (file)
@@ -187,6 +187,5 @@ int run_tmds_table(struct drm_device *, struct dcb_output *,
                          int head, int pxclk);
 int call_lvds_script(struct drm_device *, struct dcb_output *, int head,
                            enum LVDS_script, int pxclk);
-bool bios_encoder_match(struct dcb_output *, u32 hash);
 
 #endif