[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aInjE-sduVbBRmJx@shikoro>
Date: Wed, 30 Jul 2025 11:17:07 +0200
From: Wolfram Sang <wsa-dev@...g-engineering.com>
To: kernel test robot <lkp@...el.com>
Cc: Biju <biju.das.au@...il.com>, Ulf Hansson <ulf.hansson@...aro.org>,
llvm@...ts.linux.dev, oe-kbuild-all@...ts.linux.dev,
Biju Das <biju.das.jz@...renesas.com>, linux-mmc@...r.kernel.org,
linux-renesas-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>,
Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@...renesas.com>
Subject: Re: [PATCH v2 1/2] mmc: tmio: Add 64-bit read/write support for
SD_BUF0 in polling mode
> In file included from drivers/mmc/host/uniphier-sd.c:21:
> >> drivers/mmc/host/tmio_mmc.h:249:2: error: call to undeclared function 'ioread64_rep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
> 249 | ioread64_rep(host->ctl + (addr << host->bus_shift), buf, count);
> | ^
> >> drivers/mmc/host/tmio_mmc.h:255:2: error: call to undeclared function 'iowrite64_rep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
> 255 | iowrite64_rep(host->ctl + (addr << host->bus_shift), buf, count);
> | ^
Sigh, then the guard seems to be ARM64 after all :(
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists