linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] logic_pio: remove duplicate declarations of function
@ 2023-09-15 14:06 John Sanpe
  2023-09-28 18:20 ` Bjorn Helgaas
  0 siblings, 1 reply; 2+ messages in thread
From: John Sanpe @ 2023-09-15 14:06 UTC (permalink / raw)
  To: catalin.marinas, will, arnd, akpm, xuwei5, lorenzo.pieralisi,
	helgaas, jiaxun.yang, song.bao.hua
  Cc: linux-arm-kernel, linux-kernel, linux-arch, linux-mips, linux-pci,
	linuxarm, John Sanpe

Remove duplicate declarations of logic_out* functions.

Signed-off-by: John Sanpe <sanpeqf@gmail.com>
---
 include/linux/logic_pio.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/linux/logic_pio.h b/include/linux/logic_pio.h
index 54945aa824b4..babf4e3c28ba 100644
--- a/include/linux/logic_pio.h
+++ b/include/linux/logic_pio.h
@@ -39,9 +39,6 @@ struct logic_pio_host_ops {
 
 #ifdef CONFIG_INDIRECT_PIO
 u8 logic_inb(unsigned long addr);
-void logic_outb(u8 value, unsigned long addr);
-void logic_outw(u16 value, unsigned long addr);
-void logic_outl(u32 value, unsigned long addr);
 u16 logic_inw(unsigned long addr);
 u32 logic_inl(unsigned long addr);
 void logic_outb(u8 value, unsigned long addr);
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-28 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 14:06 [PATCH] logic_pio: remove duplicate declarations of function John Sanpe
2023-09-28 18:20 ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).