Re: [PATCH V5 1/3] ARM64 LPC: Indirect ISA port IO introduced
From: Arnd Bergmann <arnd@arndb.de>
Date: 2017-01-06 11:44:54
Also in:
linux-arm-kernel, linux-devicetree, linux-pci, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2017-01-06 11:44:54
Also in:
linux-arm-kernel, linux-devicetree, linux-pci, lkml
On Thursday, December 22, 2016 4:15:57 PM CET Ming Lei wrote:
ERROR: "inb" [drivers/watchdog/wdt_pci.ko] undefined! ERROR: "outb" [drivers/watchdog/wdt_pci.ko] undefined! ERROR: "outb" [drivers/watchdog/pcwd_pci.ko] undefined! ERROR: "inb" [drivers/watchdog/pcwd_pci.ko] undefined! ERROR: "outw" [drivers/video/vgastate.ko] undefined! ERROR: "outb" [drivers/video/vgastate.ko] undefined! ERROR: "inb" [drivers/video/vgastate.ko] undefined! ERROR: "outw" [drivers/video/fbdev/vt8623fb.ko] undefined! ERROR: "inb" [drivers/video/fbdev/vt8623fb.ko] undefined! ERROR: "outb" [drivers/video/fbdev/vt8623fb.ko] undefined! ERROR: "outw" [drivers/video/fbdev/tridentfb.ko] undefined! ERROR: "inb" [drivers/video/fbdev/tridentfb.ko] undefined! ERROR: "outb" [drivers/video/fbdev/tridentfb.ko] undefined! ERROR: "inb" [drivers/video/fbdev/tdfxfb.ko] undefined!
In case you haven't figured it out by now, the new code is simply missing a few "EXPORT_SYMBOL" lines. Arnd