From patchwork Mon May 9 19:53:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Ringel X-Patchwork-Id: 6565 Return-path: Envelope-to: mchehab@gaivota Delivery-date: Mon, 09 May 2011 21:55:01 +0200 Received: from mchehab by gaivota with local (Exim 4.73) (envelope-from ) id 1QJWXl-0001k1-1v for mchehab@gaivota; Mon, 09 May 2011 21:55:01 +0200 Received: from casper.infradead.org [85.118.1.10] by gaivota with IMAP (fetchmail-6.3.19) for (single-drop); Mon, 09 May 2011 21:55:01 +0200 (CEST) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1QJWXI-0001pq-NG; Mon, 09 May 2011 19:54:33 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754543Ab1EITyP (ORCPT + 1 other); Mon, 9 May 2011 15:54:15 -0400 Received: from mail-in-05.arcor-online.net ([151.189.21.45]:51274 "EHLO mail-in-05.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754496Ab1EITyO (ORCPT ); Mon, 9 May 2011 15:54:14 -0400 Received: from mail-in-02-z2.arcor-online.net (mail-in-02-z2.arcor-online.net [151.189.8.14]) by mx.arcor.de (Postfix) with ESMTP id 9D3D1E4029; Mon, 9 May 2011 21:54:12 +0200 (CEST) Received: from mail-in-14.arcor-online.net (mail-in-14.arcor-online.net [151.189.21.54]) by mail-in-02-z2.arcor-online.net (Postfix) with ESMTP id 98CEC17546C; Mon, 9 May 2011 21:54:12 +0200 (CEST) Received: from localhost.localdomain (dslb-178-000-053-073.pools.arcor-ip.net [178.0.53.73]) (Authenticated sender: stefan.ringel@arcor.de) by mail-in-14.arcor-online.net (Postfix) with ESMTPA id 4EE069C5E6; Mon, 9 May 2011 21:54:12 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net 4EE069C5E6 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1304970852; bh=sgXuwWg54U/Z4DpiWDPmfr/VOOybz4wrZUJA6MmX4sw=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References; b=nkUXewm/u+Gqp/Sewmhwkbyo21xDBKo1EaM8RIITHJ0F//PqpdKP57WtArbCIjhrN XjXMa/1NJn9Wmq2ucybAdmTLAnJdW0dMmA1lsrjtTuA3VtHzoBjo42fxQC8k1rCL3K JlWlXz0Ukvbt9f3tXIRPruKvOvogwWN0HO/Y8/J0= From: stefan.ringel@arcor.de To: linux-media@vger.kernel.org Cc: mchehab@redhat.com, d.belimov@gmail.com, Stefan Ringel Subject: [PATCH 07/16] tm6000: remove unused capabilities Date: Mon, 9 May 2011 21:53:55 +0200 Message-Id: <1304970844-20955-7-git-send-email-stefan.ringel@arcor.de> X-Mailer: git-send-email 1.7.4.2 In-Reply-To: <1304970844-20955-1-git-send-email-stefan.ringel@arcor.de> References: <1304970844-20955-1-git-send-email-stefan.ringel@arcor.de> Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Mauro Carvalho Chehab From: Stefan Ringel remove unused capabilities Signed-off-by: Stefan Ringel --- drivers/staging/tm6000/tm6000-cards.c | 8 -------- drivers/staging/tm6000/tm6000.h | 2 -- 2 files changed, 0 insertions(+), 10 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 199cc86..19120ed 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c @@ -396,8 +396,6 @@ struct tm6000_board tm6000_boards[] = { .has_eeprom = 1, .has_remote = 1, .has_radio = 1. - .has_input_comp = 1, - .has_input_svid = 1, }, .gpio = { .tuner_reset = TM6010_GPIO_0, @@ -435,8 +433,6 @@ struct tm6000_board tm6000_boards[] = { .has_eeprom = 1, .has_remote = 1, .has_radio = 1, - .has_input_comp = 1, - .has_input_svid = 1, }, .gpio = { .tuner_reset = TM6010_GPIO_0, @@ -568,8 +564,6 @@ struct tm6000_board tm6000_boards[] = { .has_eeprom = 1, .has_remote = 0, .has_radio = 1, - .has_input_comp = 0, - .has_input_svid = 0, }, .gpio = { .tuner_reset = TM6010_GPIO_0, @@ -599,8 +593,6 @@ struct tm6000_board tm6000_boards[] = { .has_eeprom = 1, .has_remote = 0, .has_radio = 1, - .has_input_comp = 0, - .has_input_svid = 0, }, .gpio = { .tuner_reset = TM6010_GPIO_0, diff --git a/drivers/staging/tm6000/tm6000.h b/drivers/staging/tm6000/tm6000.h index e4ca896..ae6369b 100644 --- a/drivers/staging/tm6000/tm6000.h +++ b/drivers/staging/tm6000/tm6000.h @@ -143,8 +143,6 @@ struct tm6000_capabilities { unsigned int has_eeprom:1; unsigned int has_remote:1; unsigned int has_radio:1; - unsigned int has_input_comp:1; - unsigned int has_input_svid:1; }; struct tm6000_dvb {