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 <m...@redhat.com> --- drivers/macintosh/macio_asic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c index 4f12c6f..ccf9547 100644 --- a/drivers/macintosh/macio_asic.c +++ b/drivers/macintosh/macio_asic.c @@ -20,7 +20,7 @@ #include <linux/string.h> #include <linux/kernel.h> #include <linux/pci.h> -#include <linux/pci_ids.h> +#include <uapi/linux/pci_ids.h> #include <linux/init.h> #include <linux/module.h> #include <linux/slab.h> -- MST _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev