[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240701135521.3ba809bb@kernel.org>
Date: Mon, 1 Jul 2024 13:55:21 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: kernel test robot <lkp@...el.com>, Breno Leitao <leitao@...ian.org>
Cc: horia.geanta@....com, pankaj.gupta@....com, gaurav.jain@....com,
linux-crypto@...r.kernel.org, Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>, oe-kbuild-all@...ts.linux.dev,
netdev@...r.kernel.org, horms@...nel.org, linux-kernel@...r.kernel.org,
Nicolas Ferre <nicolas.ferre@...rochip.com>
Subject: Re: [PATCH net-next v2 1/3] crypto: caam: Make CRYPTO_DEV_FSL_CAAM
dependent of COMPILE_TEST
On Mon, 1 Jul 2024 13:48:21 +0800 kernel test robot wrote:
> >> drivers/crypto/caam/ctrl.c:83:34: warning: 'imx8m_machine_match' defined but not used [-Wunused-const-variable=]
> 83 | static const struct of_device_id imx8m_machine_match[] = {
> |
Reading 5762c20593b6b95 it seems like hiding the references in
intentional. You gotta wrap this array in an ifdef for non-OF
builds it seems.
Powered by blists - more mailing lists