diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-03-29 15:40:39 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-04-08 09:53:58 +0200 |
commit | d1e10dc8c104d533547f6e499550fafc36809943 (patch) | |
tree | 527f3da725bc3000afb97bf80d4ec08816de5e1f /drivers/gpio | |
parent | 33c07b46774219ceaa2e6650413aa4d2cd6d6dd0 (diff) |
gpio: sch: use uapi/linux/pci_ids.h directly
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-sch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-sch.c b/drivers/gpio/gpio-sch.c index b72906f5b999..9a4ac88d92d0 100644 --- 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> |