From: John Sanpe <sanpeqf@gmail.com>
To: catalin.marinas@arm.com, will@kernel.org, arnd@arndb.de,
akpm@linux-foundation.org, xuwei5@hisilicon.com,
lorenzo.pieralisi@arm.com, helgaas@kernel.org,
jiaxun.yang@flygoat.com, song.bao.hua@hisilicon.com
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
linux-mips@vger.kernel.org, linux-pci@vger.kernel.org,
linuxarm@openeuler.org, John Sanpe <sanpeqf@gmail.com>
Subject: [PATCH] logic_pio: remove duplicate declarations of function
Date: Fri, 15 Sep 2023 22:06:50 +0800 [thread overview]
Message-ID: <20230915140650.3562504-1-sanpeqf@gmail.com> (raw)
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
next reply other threads:[~2023-09-15 14:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-15 14:06 John Sanpe [this message]
2023-09-28 18:20 ` [PATCH] logic_pio: remove duplicate declarations of function Bjorn Helgaas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230915140650.3562504-1-sanpeqf@gmail.com \
--to=sanpeqf@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=helgaas@kernel.org \
--cc=jiaxun.yang@flygoat.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linuxarm@openeuler.org \
--cc=lorenzo.pieralisi@arm.com \
--cc=song.bao.hua@hisilicon.com \
--cc=will@kernel.org \
--cc=xuwei5@hisilicon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).