From patchwork Sat Jul 31 15:05:49 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Krzysztof Halasa X-Patchwork-Id: 60417 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 344151007D2 for ; Sun, 1 Aug 2010 01:06:57 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756656Ab0GaPGw (ORCPT ); Sat, 31 Jul 2010 11:06:52 -0400 Received: from khc.piap.pl ([195.187.100.11]:37675 "EHLO khc.piap.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756508Ab0GaPGY (ORCPT ); Sat, 31 Jul 2010 11:06:24 -0400 Received: from intrepid.localdomain (intrepid.localdomain [10.0.0.2]) by khc.piap.pl (Postfix) with ESMTP id E38F98A54; Sat, 31 Jul 2010 17:05:54 +0200 (CEST) From: Krzysztof Halasa To: David Miller Cc: Subject: [PATCH 26/29] LMC: Remove redundant macro. Date: Sat, 31 Jul 2010 17:05:49 +0200 Message-Id: <1280588752-9340-26-git-send-email-khc@pm.waw.pl> X-Mailer: git-send-email 1.7.1.1 In-Reply-To: References: MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Krzysztof Hałasa Signed-off-by: Krzysztof Hałasa --- drivers/net/wan/lmc/var.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/drivers/net/wan/lmc/var.h b/drivers/net/wan/lmc/var.h index 1f360de..54e9b0b 100644 --- a/drivers/net/wan/lmc/var.h +++ b/drivers/net/wan/lmc/var.h @@ -396,10 +396,6 @@ struct card { #define DESC_OWNED_BY_SYSTEM ((u32)(0x00000000)) #define DESC_OWNED_BY_DC21X4 ((u32)(0x80000000)) -#ifndef TULIP_CMD_RECEIVEALL -#define TULIP_CMD_RECEIVEALL 0x40000000L -#endif - /* Adapter module number */ #define LMC_ADAP_HSSI 2 #define LMC_ADAP_DS3 3