projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c07b4
)
gpio: sch: use uapi/linux/pci_ids.h directly
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 29 Mar 2015 13:40:39 +0000
(15:40 +0200)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpio-sch.c
b/drivers/gpio/gpio-sch.c
index b72906f5b9996ef7c1192b92ae317683070c9bb6..9a4ac88d92d0052f57a357f433160ad50ffcf551 100644
(file)
--- a/
drivers/gpio/gpio-sch.c
+++ b/
drivers/gpio/gpio-sch.c
@@
-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>