PCI: cpqphp: Use <linux/io.h> instead of <asm/io.h>
authorKrzysztof Wilczyński <kw@linux.com>
Wed, 13 Oct 2021 00:31:45 +0000 (00:31 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 2 Nov 2021 19:41:58 +0000 (14:41 -0500)
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 <kw@linux.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Jonathan Derrick <jonathan.derrick@linux.dev>
drivers/pci/hotplug/cpqphp.h

index 77e4e01..2f7b49e 100644 (file)
@@ -15,7 +15,7 @@
 #define _CPQPHP_H
 
 #include <linux/interrupt.h>
-#include <asm/io.h>            /* for read? and write? functions */
+#include <linux/io.h>          /* for read? and write? functions */
 #include <linux/delay.h>       /* for delays */
 #include <linux/mutex.h>
 #include <linux/sched/signal.h>        /* for signal_pending() */