linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Bart Van Assche <bvanassche@acm.org>
To: "Russell King (Oracle)" <linux@armlinux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH] ARM: riscpc: Unbreak the build
Date: Tue, 30 Aug 2022 13:55:50 -0700	[thread overview]
Message-ID: <f9e58855-0794-d69c-bc6e-05e54b632238@acm.org> (raw)
In-Reply-To: <Yw5ryCKGh7n9sGch@shell.armlinux.org.uk>

On 8/30/22 12:58, Russell King (Oracle) wrote:
> On Tue, Aug 30, 2022 at 12:55:17PM -0700, Bart Van Assche wrote:
>> This patch fixes the following build error:
>>
>> In file included from ./include/linux/io.h:13,
>>                   from ./arch/arm/mach-rpc/include/mach/uncompress.h:9,
>>                   from arch/arm/boot/compressed/misc.c:31:
>> ./arch/arm/include/asm/io.h:85:22: error: conflicting types for ‘__raw_writeb’
>>     85 | #define __raw_writeb __raw_writeb
>>        |                      ^~~~~~~~~~~~
>> ./arch/arm/include/asm/io.h:86:20: note: in expansion of macro ‘__raw_writeb’
>>     86 | static inline void __raw_writeb(u8 val, volatile void __iomem *addr)
>>        |                    ^~~~~~~~~~~~
>> In file included from arch/arm/boot/compressed/misc.c:26:
>> arch/arm/boot/compressed/misc-ep93xx.h:13:20: note: previous definition of ‘__raw_writeb’ was here
>>     13 | static inline void __raw_writeb(unsigned char value, unsigned int ptr)
>>        |                    ^~~~~~~~~~~~
>>
>> To: Russell King <linux@armlinux.org.uk>
>> Cc: Arnd Bergmann <arnd@arndb.de>
>> Cc: linux-arm-kernel@lists.infradead.org
>> Signed-off-by: Bart Van Assche <bvanassche@acm.org>
> 
> Please work out which commit caused this breakage, thanks.

Hi Russell,

A bisect led to the following:

Fixes: 0361c7e504b1 ("ARM: ep93xx: multiplatform support")

Please let me know if you want me to repost this patch with the Fixes 
tag included.

Thanks,

Bart.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-08-30 20:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-30 19:55 [PATCH] ARM: riscpc: Unbreak the build Bart Van Assche
2022-08-30 19:58 ` Russell King (Oracle)
2022-08-30 20:55   ` Bart Van Assche [this message]
2022-08-30 21:27     ` Russell King (Oracle)
2022-08-31  7:33       ` Arnd Bergmann
2022-08-31 20:56       ` Arnd Bergmann
2022-09-08 20:34 Bart Van Assche
2022-09-08 20:38 ` Russell King (Oracle)
2022-09-08 20:45   ` Bart Van Assche
2022-09-09  6:25     ` Arnd Bergmann
2022-09-12 21:59 Bart Van Assche
2022-09-12 22:13 Bart Van Assche

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=f9e58855-0794-d69c-bc6e-05e54b632238@acm.org \
    --to=bvanassche@acm.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    /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).