From patchwork Fri Jan 7 12:04:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent McIntyre X-Patchwork-Id: 5465 Return-path: Envelope-to: mchehab@pedra Delivery-date: Sun, 09 Jan 2011 16:59:40 -0200 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1Pc0UO-0000tr-IZ for mchehab@pedra; Sun, 09 Jan 2011 16:59:40 -0200 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Sun, 09 Jan 2011 16:59:40 -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 1PbB3i-0004gn-0n; Fri, 07 Jan 2011 12:04:42 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751954Ab1AGMET (ORCPT + 1 other); Fri, 7 Jan 2011 07:04:19 -0500 Received: from mail-gx0-f174.google.com ([209.85.161.174]:47254 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751584Ab1AGMET (ORCPT ); Fri, 7 Jan 2011 07:04:19 -0500 Received: by mail-gx0-f174.google.com with SMTP id 9so4099097gxk.19 for ; Fri, 07 Jan 2011 04:04:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Xq0OiKqTPzTnEbIptUYybWbPMK7gBVPOwmMul8azczQ=; b=hFVzFAiyLvErhLs+NS1Pd+/Bd8pK4XtRke4wllWvEjD/cauJpqNPtmeY6Ivvoib+5O tZvPIz5xPh8dxAGHUjjqcWj5QufgTuvbQHvA5SgXLne8HjgMWZdRlqlswIN7N4eIPyFJ p2uBtm7qA8nwGvE2u2XIGIE68s1s+dumXzpCI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FajIZ4KRuVmvM5rhmaC+mSDNzdoeGdxGMYJ3XX4k7rSXMbxmCVHYM+/yGJl9jXs+qr iGldxlmcVwLRv4Y/HHBiJxsMVP7e3DtZxhAiiMJpqtyzzUxzkKbrVSCJKDQ5NfyRRmXC vQ38GrMn3s+yRLc8DLnmzKa/PpLnFgRrEqy70= MIME-Version: 1.0 Received: by 10.151.102.21 with SMTP id e21mr25464154ybm.306.1294401858726; Fri, 07 Jan 2011 04:04:18 -0800 (PST) Received: by 10.151.7.18 with HTTP; Fri, 7 Jan 2011 04:04:18 -0800 (PST) Date: Fri, 7 Jan 2011 23:04:18 +1100 Message-ID: Subject: [patch] new_build.git - drop videodev.h From: Vincent McIntyre To: linux-media@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: 'make tar' fails for me (building against ubuntu 2.6.32) unless I remove videodev.h from TARFILES. Is this the correct thing to do here? Cheers Vince --- 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/linux/Makefile b/linux/Makefile index 695dcf2..8bbeee8 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -20,7 +20,6 @@ TARDIR += include/media/ TARDIR += include/linux/dvb/ TARFILES += include/linux/usb/video.h TARFILES += include/linux/i2c-id.h -TARFILES += include/linux/videodev.h TARFILES += include/linux/ivtv.h TARFILES += include/linux/mmc/sdio_ids.h TARFILES += include/linux/ivtvfb.h