From patchwork Fri Jan 21 11:03:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent McIntyre X-Patchwork-Id: 5649 Return-path: Envelope-to: mchehab@pedra Delivery-date: Fri, 21 Jan 2011 09:17:00 -0200 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1PgEzD-0005Dg-LH for mchehab@pedra; Fri, 21 Jan 2011 09:16:59 -0200 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Fri, 21 Jan 2011 09:16:59 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PgEmZ-0006Ie-Fz; Fri, 21 Jan 2011 11:03:55 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754059Ab1AULDx (ORCPT + 1 other); Fri, 21 Jan 2011 06:03:53 -0500 Received: from mail-yx0-f174.google.com ([209.85.213.174]:55669 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753255Ab1AULDw (ORCPT ); Fri, 21 Jan 2011 06:03:52 -0500 Received: by yxt3 with SMTP id 3so487748yxt.19 for ; Fri, 21 Jan 2011 03:03:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=0WiRluieDbURGiW/5AVb1vS+koI94Ntf/v6vrM7noRM=; b=dJutCxuWxl417xSuX+rS94RrNHtdl98oaASwnk+BYo55xZakBz3y1ln+r8U3YMGUQ1 /J4L3hTSi2Pq5YSOcM08UkkdIpdP+AVY4RoO2nacSfgwCN/SxUewrRqQ8lyHqSRdU7KC G2KS6rwoSJ3JIM5fFfVqtCcW6fw3rCEUnZSwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=L5hYA9e3IbL307YdVNaKYYq2zCtpamJT0J4XwcEENZw7YitLBS93hVJEeZyO+7xa4a 3SPONoE8nJ9gQHW8fx3Hot4TIj6P9Jzdgw2v/ZxRWO78n88HOGIBBpgPT2FT0Z/XeByt QB6Huq4xTykf4i3GTRyuGCJesR0rKQaqsjdFY= MIME-Version: 1.0 Received: by 10.150.11.20 with SMTP id 20mr590335ybk.78.1295607831193; Fri, 21 Jan 2011 03:03:51 -0800 (PST) Received: by 10.151.7.18 with HTTP; Fri, 21 Jan 2011 03:03:51 -0800 (PST) In-Reply-To: References: Date: Fri, 21 Jan 2011 22:03:51 +1100 Message-ID: Subject: [patch] Re: media_build: build fails against (ubuntu) 2.6.32 on pvrusb2-debugifc.c From: Vincent McIntyre To: linux-media@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: 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 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