From patchwork Sun Mar 29 13:43:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 455772 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3311914010F for ; Mon, 30 Mar 2015 00:46:11 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753466AbbC2NnV (ORCPT ); Sun, 29 Mar 2015 09:43:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54703 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753442AbbC2NnK (ORCPT ); Sun, 29 Mar 2015 09:43:10 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2TDh93p007451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sun, 29 Mar 2015 09:43:09 -0400 Received: from redhat.com (ovpn-116-29.ams2.redhat.com [10.36.116.29]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id t2TDh7xS019861; Sun, 29 Mar 2015 09:43:08 -0400 Date: Sun, 29 Mar 2015 15:43:06 +0200 From: "Michael S. Tsirkin" To: linux-kernel@vger.kernel.org Cc: Bjorn Helgaas , linux-pci@vger.kernel.org Subject: [PATCH 78/86] linux/pci: drop include/linux/pci_ids.h Message-ID: <1427635734-24786-79-git-send-email-mst@redhat.com> References: <1427635734-24786-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1427635734-24786-1-git-send-email-mst@redhat.com> X-Mutt-Fcc: =sent X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Now that everyone uses uapi/linux/pci_ids.h directly, drop the wrapper from include/linux/. Signed-off-by: Michael S. Tsirkin --- include/linux/pci_ids.h | 1 - 1 file changed, 1 deletion(-) delete mode 100644 include/linux/pci_ids.h diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h deleted file mode 100644 index fd13521..0000000 --- a/include/linux/pci_ids.h +++ /dev/null @@ -1 +0,0 @@ -#include