gpio: sch: use uapi/linux/pci_ids.h directly
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 29 Mar 2015 13:40:39 +0000 (15:40 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Apr 2015 07:53:58 +0000 (09:53 +0200)
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 <mst@redhat.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-sch.c

index b72906f5b9996ef7c1192b92ae317683070c9bb6..9a4ac88d92d0052f57a357f433160ad50ffcf551 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/errno.h>
 #include <linux/acpi.h>
 #include <linux/platform_device.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
 
 #include <linux/gpio.h>