From patchwork Mon Sep 7 08:16:00 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hidetoshi Seto X-Patchwork-Id: 46085 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n878H07C012118 for ; Mon, 7 Sep 2009 08:17:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752026AbZIGIQQ (ORCPT ); Mon, 7 Sep 2009 04:16:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752090AbZIGIQQ (ORCPT ); Mon, 7 Sep 2009 04:16:16 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:54409 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752026AbZIGIQP (ORCPT ); Mon, 7 Sep 2009 04:16:15 -0400 Received: from m5.gw.fujitsu.co.jp ([10.0.50.75]) by fgwmail7.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id n878GE5s011251 for (envelope-from seto.hidetoshi@jp.fujitsu.com); Mon, 7 Sep 2009 17:16:14 +0900 Received: from smail (m5 [127.0.0.1]) by outgoing.m5.gw.fujitsu.co.jp (Postfix) with ESMTP id 106B145DE51 for ; Mon, 7 Sep 2009 17:16:14 +0900 (JST) Received: from s5.gw.fujitsu.co.jp (s5.gw.fujitsu.co.jp [10.0.50.95]) by m5.gw.fujitsu.co.jp (Postfix) with ESMTP id E53A145DE4F for ; Mon, 7 Sep 2009 17:16:13 +0900 (JST) Received: from s5.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s5.gw.fujitsu.co.jp (Postfix) with ESMTP id BDEE5E1800B for ; Mon, 7 Sep 2009 17:16:13 +0900 (JST) Received: from m108.s.css.fujitsu.com (m108.s.css.fujitsu.com [10.249.87.108]) by s5.gw.fujitsu.co.jp (Postfix) with ESMTP id 64414E1800D for ; Mon, 7 Sep 2009 17:16:13 +0900 (JST) Received: from m108.css.fujitsu.com (m108 [127.0.0.1]) by m108.s.css.fujitsu.com (Postfix) with ESMTP id 3C33242805A; Mon, 7 Sep 2009 17:16:13 +0900 (JST) Received: from [127.0.0.1] (unknown [10.124.100.141]) by m108.s.css.fujitsu.com (Postfix) with ESMTP id C19C1428059; Mon, 7 Sep 2009 17:16:12 +0900 (JST) X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 Received: from FMVDA2A041[10.124.100.141] by FMVDA2A041 (FujitsuOutboundMailChecker v1.3.1/9992[10.124.100.141]); Mon, 07 Sep 2009 17:16:05 +0900 (JST) Message-ID: <4AA4C140.3050100@jp.fujitsu.com> Date: Mon, 07 Sep 2009 17:16:00 +0900 From: Hidetoshi Seto User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: linux-pci@vger.kernel.org CC: Jesse Barnes , Andrew Patterson , Bjorn Helgaas Subject: [PATCH 09/12] pcie, aer: remove unused macros References: <4AA4BE86.60605@jp.fujitsu.com> In-Reply-To: <4AA4BE86.60605@jp.fujitsu.com> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Cleanup. Signed-off-by: Hidetoshi Seto --- drivers/pci/pcie/aer/aerdrv.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/pci/pcie/aer/aerdrv.h b/drivers/pci/pcie/aer/aerdrv.h index 436bf79..c44d9e1 100644 --- a/drivers/pci/pcie/aer/aerdrv.h +++ b/drivers/pci/pcie/aer/aerdrv.h @@ -16,9 +16,6 @@ #define AER_NONFATAL 0 #define AER_FATAL 1 #define AER_CORRECTABLE 2 -#define AER_UNCORRECTABLE 4 -#define AER_ERROR_MASK 0x001fffff -#define AER_ERROR(d) (d & AER_ERROR_MASK) /* Root Error Status Register Bits */ #define ROOT_ERR_STATUS_MASKS 0x0f