Re: media_build: build fails against (ubuntu) 2.6.32 on pvrusb2-debugifc.c

Message ID AANLkTinwU6FBueaqTXwJ9VXe6rJ5UjrG2FOBFM0Jp+1i@mail.gmail.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

Vincent McIntyre Jan. 21, 2011, 11:03 a.m. UTC
  The problem was the new check function was not being called.
Signed-off-by: vincent.mcintyre@gmail.com

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
  

Patch

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