From patchwork Tue Feb 9 03:21:27 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kenji Kaneshige X-Patchwork-Id: 77927 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o193MCtw000392 for ; Tue, 9 Feb 2010 03:22:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753217Ab0BIDWM (ORCPT ); Mon, 8 Feb 2010 22:22:12 -0500 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:46024 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753150Ab0BIDWL (ORCPT ); Mon, 8 Feb 2010 22:22:11 -0500 Received: from m6.gw.fujitsu.co.jp ([10.0.50.76]) by fgwmail7.fujitsu.co.jp (Fujitsu Gateway) with ESMTP id o193M9lN030229 for (envelope-from kaneshige.kenji@jp.fujitsu.com); Tue, 9 Feb 2010 12:22:09 +0900 Received: from smail (m6 [127.0.0.1]) by outgoing.m6.gw.fujitsu.co.jp (Postfix) with ESMTP id DF09F45DE4F for ; Tue, 9 Feb 2010 12:22:08 +0900 (JST) Received: from s6.gw.fujitsu.co.jp (s6.gw.fujitsu.co.jp [10.0.50.96]) by m6.gw.fujitsu.co.jp (Postfix) with ESMTP id C32E445DE51 for ; Tue, 9 Feb 2010 12:22:08 +0900 (JST) Received: from s6.gw.fujitsu.co.jp (localhost.localdomain [127.0.0.1]) by s6.gw.fujitsu.co.jp (Postfix) with ESMTP id AAA361DB8038 for ; Tue, 9 Feb 2010 12:22:08 +0900 (JST) Received: from ml14.s.css.fujitsu.com (ml14.s.css.fujitsu.com [10.249.87.104]) by s6.gw.fujitsu.co.jp (Postfix) with ESMTP id 56C0D1DB803E for ; Tue, 9 Feb 2010 12:22:08 +0900 (JST) Received: from ml14.css.fujitsu.com (ml14 [127.0.0.1]) by ml14.s.css.fujitsu.com (Postfix) with ESMTP id 3534B9F660C; Tue, 9 Feb 2010 12:22:08 +0900 (JST) Received: from [127.0.0.1] (unknown [10.124.100.137]) by ml14.s.css.fujitsu.com (Postfix) with ESMTP id E06719F6608; Tue, 9 Feb 2010 12:22:07 +0900 (JST) X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 Received: from KANE-LIFEBOOK[10.124.100.137] by KANE-LIFEBOOK (FujitsuOutboundMailChecker v1.3.1/9992[10.124.100.137]); Tue, 09 Feb 2010 12:21:47 +0900 (JST) Message-ID: <4B70D4B7.2080508@jp.fujitsu.com> Date: Tue, 09 Feb 2010 12:21:27 +0900 From: Kenji Kaneshige User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: linux-pci@vger.kernel.org, jbarnes@virtuousgeek.org Subject: [RFC][PATCH] PCI: mark is_pcie obsolete Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 09 Feb 2010 03:22:13 +0000 (UTC) Index: 20100205/include/linux/pci.h =================================================================== --- 20100205.orig/include/linux/pci.h +++ 20100205/include/linux/pci.h @@ -303,7 +303,8 @@ struct pci_dev { unsigned int msix_enabled:1; unsigned int ari_enabled:1; /* ARI forwarding */ unsigned int is_managed:1; - unsigned int is_pcie:1; + unsigned int is_pcie:1; /* Obsolete. Will be removed. + Use pci_is_pcie() instead */ unsigned int needs_freset:1; /* Dev requires fundamental reset */ unsigned int state_saved:1; unsigned int is_physfn:1;