Re: [PATCH 40/86] ide/generic: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
On Sun, Mar 29, 2015 at 05:12:45PM +0300, Sergei Shtylyov wrote: > Hello. > > On 3/29/2015 4:40 PM, 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-b

Re: [PATCH 40/86] ide/generic: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Sergei Shtylyov
Hello. On 3/29/2015 4:40 PM, 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 --- drivers/ide/ide-generic.c | 2 +- 1 file changed, 1 i

[PATCH 40/86] ide/generic: use uapi/linux/pci_ids.h directly

2015-03-29 Thread Michael S. Tsirkin
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/ide/ide-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ide/ide-generi