From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753472AbbC3Vlf (ORCPT ); Mon, 30 Mar 2015 17:41:35 -0400 Received: from mga11.intel.com ([192.55.52.93]:62996 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752661AbbC3Vlc convert rfc822-to-8bit (ORCPT ); Mon, 30 Mar 2015 17:41:32 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,496,1422950400"; d="scan'208";a="687905133" From: "Gross, Mark" To: "Michael S. Tsirkin" , "linux-kernel@vger.kernel.org" CC: Doug Thompson , Borislav Petkov , Mauro Carvalho Chehab , "linux-edac@vger.kernel.org" Subject: RE: [PATCH 19/86] edac/e7xxx: use uapi/linux/pci_ids.h directly Thread-Topic: [PATCH 19/86] edac/e7xxx: use uapi/linux/pci_ids.h directly Thread-Index: AQHQaiW/NQ4Rv5gjd0utoF8pMvObYJ01kDZA Date: Mon, 30 Mar 2015 21:41:31 +0000 Message-ID: References: <1427635734-24786-1-git-send-email-mst@redhat.com> <1427635734-24786-20-git-send-email-mst@redhat.com> In-Reply-To: <1427635734-24786-20-git-send-email-mst@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.140] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ack > -----Original Message----- > From: Michael S. Tsirkin [mailto:mst@redhat.com] > Sent: Sunday, March 29, 2015 6:39 AM > To: linux-kernel@vger.kernel.org > Cc: Gross, Mark; Doug Thompson; Borislav Petkov; Mauro Carvalho Chehab; > linux-edac@vger.kernel.org > Subject: [PATCH 19/86] edac/e7xxx: use uapi/linux/pci_ids.h directly > > Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new > header directly so we can drop the wrapper in include/linux/pci_ids.h. > > Signed-off-by: Michael S. Tsirkin > --- > drivers/edac/e752x_edac.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/edac/e752x_edac.c b/drivers/edac/e752x_edac.c index > b2d7138..91c8441 100644 > --- a/drivers/edac/e752x_edac.c > +++ b/drivers/edac/e752x_edac.c > @@ -22,7 +22,7 @@ > #include > #include > #include > -#include > +#include > #include > #include "edac_core.h" > > -- > MST