From patchwork Wed Feb 3 21:48:24 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Ringel X-Patchwork-Id: 2595 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Wed, 03 Feb 2010 21:49:00 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.6) for (single-drop); Wed, 03 Feb 2010 19:50:32 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1Ncn5o-0003Nv-7Z; Wed, 03 Feb 2010 21:49:00 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932813Ab0BCVs6 (ORCPT + 1 other); Wed, 3 Feb 2010 16:48:58 -0500 Received: from mail-in-13.arcor-online.net ([151.189.21.53]:55721 "EHLO mail-in-13.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755952Ab0BCVs5 (ORCPT ); Wed, 3 Feb 2010 16:48:57 -0500 Received: from mail-in-05-z2.arcor-online.net (mail-in-05-z2.arcor-online.net [151.189.8.17]) by mx.arcor.de (Postfix) with ESMTP id E69AD2BAB20; Wed, 3 Feb 2010 22:48:54 +0100 (CET) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-05-z2.arcor-online.net (Postfix) with ESMTP id D751F2DB254; Wed, 3 Feb 2010 22:48:54 +0100 (CET) Received: from [192.168.2.102] (dslb-188-103-200-201.pools.arcor-ip.net [188.103.200.201]) (Authenticated sender: stefan.ringel@arcor.de) by mail-in-03.arcor-online.net (Postfix) with ESMTPA id 937BC2C2A29; Wed, 3 Feb 2010 22:48:54 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-03.arcor-online.net 937BC2C2A29 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1265233734; bh=pYHCNEQh2FxTaeY4ZC4vmUjN9TxryOSHEc7VATgZyMk=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=WrM5Q5LJ/lNqWGrvIsWGSkfCpXvfmbCBmF+tmXvaiRvR3UaLMOOkggo3QKUe2X5dS 8dH8i7os62Xm6RC3rGm8MpJI7y8l0iDFpR/BTugpn/JwHgjtiLxrSB7FhSfPaPYoF6 WVvuPs0bQlDs/OUzU3PHwt+Q03KHTCqLJu1Gptvc= Message-ID: <4B69EF28.7000203@arcor.de> Date: Wed, 03 Feb 2010 22:48:24 +0100 From: Stefan Ringel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.5) Gecko/20091130 SUSE/3.0.0-1.1.1 Thunderbird/3.0 MIME-Version: 1.0 To: Mauro Carvalho Chehab CC: linux-media@vger.kernel.org, Devin Heitmueller Subject: Re: [PATCH 1/15] - tm6000 build hunk References: <4B673790.3030706@arcor.de> <4B673B2D.6040507@arcor.de> <4B675B19.3080705@redhat.com> <4B685FB9.1010805@arcor.de> <4B688507.606@redhat.com> <4B688E41.2050806@arcor.de> <4B689094.2070204@redhat.com> <4B6894FE.6010202@arcor.de> <4B69D83D.5050809@arcor.de> In-Reply-To: <4B69D83D.5050809@arcor.de> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Signed-off-by: Stefan Ringel --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c @@ -32,7 +32,7 @@ #include "tm6000.h" #include "tm6000-regs.h" #include "tuner-xc2028.h" -#include "tuner-xc5000.h" +#include "xc5000.h" #define TM6000_BOARD_UNKNOWN 0 #define TM5600_BOARD_GENERIC 1