From: Krzysztof Wilczyński Date: Wed, 13 Oct 2021 00:31:45 +0000 (+0000) Subject: PCI: cpqphp: Use instead of X-Git-Tag: v6.1-rc5~2653^2~15^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31dedb8ed11e0d9aa266bb33e46d827006c4a72f;p=platform%2Fkernel%2Flinux-starfive.git PCI: cpqphp: Use instead of Use the preferred generic header file linux/io.h that already includes the corresponding asm/io.h file. Link: https://lore.kernel.org/r/20211013003145.1107148-2-kw@linux.com Signed-off-by: Krzysztof Wilczyński Signed-off-by: Bjorn Helgaas Reviewed-by: Jonathan Derrick --- diff --git a/drivers/pci/hotplug/cpqphp.h b/drivers/pci/hotplug/cpqphp.h index 77e4e01..2f7b49e 100644 --- a/drivers/pci/hotplug/cpqphp.h +++ b/drivers/pci/hotplug/cpqphp.h @@ -15,7 +15,7 @@ #define _CPQPHP_H #include -#include /* for read? and write? functions */ +#include /* for read? and write? functions */ #include /* for delays */ #include #include /* for signal_pending() */