Re: [PATCH net-next] net: xilinx: drivers need/depend on HAS_IOMEM

2021-04-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 16 Apr 2021 23:55:54 -0700 you wrote: > kernel test robot reports build errors in 3 Xilinx ethernet drivers. > They all use ioremap functions that are only available when HAS_IOMEM > is set/enabled. If it is not

[PATCH net-next] net: xilinx: drivers need/depend on HAS_IOMEM

2021-04-17 Thread Randy Dunlap
kernel test robot reports build errors in 3 Xilinx ethernet drivers. They all use ioremap functions that are only available when HAS_IOMEM is set/enabled. If it is not enabled, they all have build errors, so make these 3 drivers depend on HAS_IOMEM. ld: