From patchwork Sat Dec 4 05:55:20 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Changli Gao X-Patchwork-Id: 74250 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 33F34B6EF1 for ; Sat, 4 Dec 2010 16:56:09 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753659Ab0LDF4E (ORCPT ); Sat, 4 Dec 2010 00:56:04 -0500 Received: from mail-gx0-f180.google.com ([209.85.161.180]:43920 "EHLO mail-gx0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752128Ab0LDF4D (ORCPT ); Sat, 4 Dec 2010 00:56:03 -0500 X-Greylist: delayed 576 seconds by postgrey-1.27 at vger.kernel.org; Sat, 04 Dec 2010 00:56:03 EST Received: by gxk19 with SMTP id 19so5511255gxk.11 for ; Fri, 03 Dec 2010 21:56:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=UyWe8e1pT6KaFBh4EJ7cHRsTwJv+q+6iBa6A1az8uUw=; b=WXYIyN9B89hZwPXGMWHzZpnvbB9ghUygQ+7wbqBAQ57h33bgu4Ga4vwcWCA3UUUWk8 is3FntQZ//p2/X15odFczPqbUcI7W5Rfl/uQijxxuj/rNzpBOKa8KZUuRrYqZJDfCyqx E8qQ8Fcht/DdvLIgFF+pLJPRtCMJySAGbniyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=Vci3lpsZ0o9A3dZjgo2A0w3gnCWBlo/nG1pH7M72dlMtILlAxbQp28uhWfFfzD3VAq tkxnJJ4f4G4pIl/lcl/Tf79mMqUkFNRshpYB/l4p6hkR8TjwArwbwo6EZSY5mGmzoqap hmK1dNyzjMmyWwCEhrGkzq9ReODS3I4X+MzAk= Received: by 10.90.116.1 with SMTP id o1mr4396591agc.127.1291442161972; Fri, 03 Dec 2010 21:56:01 -0800 (PST) Received: from localhost.localdomain ([221.239.34.230]) by mx.google.com with ESMTPS id c7sm2637565ana.37.2010.12.03.21.55.54 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Dec 2010 21:56:01 -0800 (PST) From: Changli Gao To: jamal Cc: netdev@vger.kernel.org, jamal , Changli Gao Subject: [PATCH 2/3] ifb: remove unused macro TX_TIMEOUT Date: Sat, 4 Dec 2010 13:55:20 +0800 Message-Id: <1291442121-3302-2-git-send-email-xiaosuo@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1291442121-3302-1-git-send-email-xiaosuo@gmail.com> References: <1291442121-3302-1-git-send-email-xiaosuo@gmail.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Changli Gao Signed-off-by: Jamal Hadi Salim --- drivers/net/ifb.c | 2 -- 1 file changed, 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" 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/drivers/net/ifb.c b/drivers/net/ifb.c index 4387525..d1e362a 100644 --- a/drivers/net/ifb.c +++ b/drivers/net/ifb.c @@ -36,8 +36,6 @@ #include #include -#define TX_TIMEOUT (2*HZ) - #define TX_Q_LIMIT 32 struct ifb_private { struct tasklet_struct ifb_tasklet;