Re: [PATCH] usb: fix build warning in pci-quirks.h when CONFIG_PCI is not enabled

2013-07-23 Thread Greg Kroah-Hartman
On Tue, Jul 23, 2013 at 03:22:59PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix warning when CONFIG_PCI is not enabled > (from commit 296365781903226a3fb8758901eaeec09d2798e4). > > drivers/usb/host/pci-quirks.h: warning: its scope is only this definition or > declaration, which is pr

[PATCH] usb: fix build warning in pci-quirks.h when CONFIG_PCI is not enabled

2013-07-23 Thread Randy Dunlap
From: Randy Dunlap Fix warning when CONFIG_PCI is not enabled (from commit 296365781903226a3fb8758901eaeec09d2798e4). drivers/usb/host/pci-quirks.h: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] Signed-off-by: Randy Dunlap