From: Bjorn Helgaas <helgaas@kernel.org>
To: John Sanpe <sanpeqf@gmail.com>
Cc: catalin.marinas@arm.com, will@kernel.org, arnd@arndb.de,
akpm@linux-foundation.org, xuwei5@hisilicon.com,
lorenzo.pieralisi@arm.com, jiaxun.yang@flygoat.com,
song.bao.hua@hisilicon.com, 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
Subject: Re: [PATCH] logic_pio: remove duplicate declarations of function
Date: Thu, 28 Sep 2023 13:20:32 -0500 [thread overview]
Message-ID: <20230928182032.GA492809@bhelgaas> (raw)
In-Reply-To: <20230915140650.3562504-1-sanpeqf@gmail.com>
On Fri, Sep 15, 2023 at 10:06:50PM +0800, John Sanpe wrote:
> Remove duplicate declarations of logic_out* functions.
>
> Signed-off-by: John Sanpe <sanpeqf@gmail.com>
Applied to pci/misc for v6.7, thanks.
> ---
> 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
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
prev parent reply other threads:[~2023-09-28 18:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-15 14:06 [PATCH] logic_pio: remove duplicate declarations of function John Sanpe
2023-09-28 18:20 ` Bjorn Helgaas [this message]
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=20230928182032.GA492809@bhelgaas \
--to=helgaas@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--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=sanpeqf@gmail.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).