linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: [nomadik:ixp4 2/13] ixp4xx_crypto.c:undefined reference to `qmgr_disable_irq'
       [not found] <202011021916.MMMXnHfR-lkp@intel.com>
@ 2020-11-02 11:45 ` Arnd Bergmann
  0 siblings, 0 replies; only message in thread
From: Arnd Bergmann @ 2020-11-02 11:45 UTC (permalink / raw)
  To: Linus Walleij; +Cc: kbuild-all, Linux ARM, Arnd Bergmann, kernel test robot

On Mon, Nov 2, 2020 at 12:37 PM kernel test robot <lkp@intel.com> wrote:
>
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git ixp4
> head:   2ebe35dcc6e059168cd569d583898a7cf90a1ffb
> commit: f6d672f5c4f589321383fe07f3ae479defa36b70 [2/13] crypto: ixp4xx: convert to platform driver
> config: arm-allyesconfig (attached as .config)
> compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
> reproduce (this is a W=1 build):
>         wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>         chmod +x ~/bin/make.cross
>         # https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git/commit/?id=f6d672f5c4f589321383fe07f3ae479defa36b70
>         git remote add nomadik https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
>         git fetch --no-tags nomadik ixp4
>         git checkout f6d672f5c4f589321383fe07f3ae479defa36b70
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm
>
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
>
> All errors (new ones prefixed by >>):
>
>    arm-linux-gnueabi-ld: drivers/crypto/ixp4xx_crypto.o: in function `ixp_crypto_remove':
> >> ixp4xx_crypto.c:(.text+0x668): undefined reference to `qmgr_disable_irq'
> >> arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x678): undefined reference to `qmgr_release_queue'
>    arm-linux-gnueabi-ld: ixp4xx_crypto.c:(.text+0x680): undefined reference to `qmgr_release_queue'

Hi Linus,

I think what you need here is

--- a/drivers/soc/Makefile
+++ b/drivers/soc/Makefile
@@ -12,7 +12,7 @@ obj-$(CONFIG_MACH_DOVE)               += dove/
 obj-y                          += fsl/
 obj-$(CONFIG_ARCH_GEMINI)      += gemini/
 obj-y                          += imx/
-obj-$(CONFIG_ARCH_IXP4XX)      += ixp4xx/
+obj-y                          += ixp4xx/
 obj-$(CONFIG_SOC_XWAY)         += lantiq/
 obj-y                          += mediatek/
 obj-y                          += amlogic/

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-02 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <202011021916.MMMXnHfR-lkp@intel.com>
2020-11-02 11:45 ` [nomadik:ixp4 2/13] ixp4xx_crypto.c:undefined reference to `qmgr_disable_irq' Arnd Bergmann

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).