From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752318AbbDDKsY (ORCPT ); Sat, 4 Apr 2015 06:48:24 -0400 Received: from cantor2.suse.de ([195.135.220.15]:55030 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751977AbbDDKsX (ORCPT ); Sat, 4 Apr 2015 06:48:23 -0400 Date: Sat, 04 Apr 2015 12:48:20 +0200 Message-ID: From: Takashi Iwai To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, Jaroslav Kysela , Sudip Mukherjee , Benoit Taine , Bjorn Helgaas , alsa-devel@alsa-project.org Subject: Re: [PATCH 76/86] sound/pci: use uapi/linux/pci_ids.h directly In-Reply-To: <1427635734-24786-77-git-send-email-mst@redhat.com> References: <1427635734-24786-1-git-send-email-mst@redhat.com> <1427635734-24786-77-git-send-email-mst@redhat.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.4 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Sun, 29 Mar 2015 15:42:59 +0200, Michael S. Tsirkin wrote: > > 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 Do we need this change in the driver code at all...? I thought include/uapi is already included in the include path. Takashi > --- > sound/pci/ctxfi/xfi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/pci/ctxfi/xfi.c b/sound/pci/ctxfi/xfi.c > index f2f3277..7e26876 100644 > --- a/sound/pci/ctxfi/xfi.c > +++ b/sound/pci/ctxfi/xfi.c > @@ -11,7 +11,7 @@ > #include > #include > #include > -#include > +#include > #include > #include > #include > -- > MST >