The problem was the new check function was not being called. Signed-off-by: vincent.mcintyre@xxxxxxxxx diff --git a/v4l/scripts/make_config_compat.pl b/v4l/scripts/make_config_compat. index 438561a..f1dd577 100755 --- a/v4l/scripts/make_config_compat.pl +++ b/v4l/scripts/make_config_compat.pl @@ -485,6 +485,7 @@ sub check_other_dependencies() check_vzalloc(); check_flush_work_sync(); check_autosuspend_delay(); + check_hex_to_bin() } # Do the basic rules -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html