staging: vboxvideo: Drop unnecessary drm_connector_helper_funcs callbacks
authorHans de Goede <hdegoede@redhat.com>
Sat, 29 Sep 2018 12:18:24 +0000 (14:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 29 Sep 2018 12:31:33 +0000 (05:31 -0700)
commit0c762dda8c7b5834788794d0f81bf4faf73d2be9
tree00dddac34e0068bae62ebb8ff730bc012fb0a7be
parentb8384ea3be88037e267becc24930420760c6bf04
staging: vboxvideo: Drop unnecessary drm_connector_helper_funcs callbacks

vbox_mode_valid always returns MODE_OK, which is also the default if no
mode_valid callback is defined.

vbox_best_single_encoder chains to drm_encoder_find, the drm-core will
call drm_encoder_find itself if there is no best_encoder call back.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxvideo/vbox_mode.c