mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-24 13:40:24 +00:00
Currently CONFIG_FSI_MASTER_ASPEED=y implicitly depends on
CONFIG_HAS_IOMEM=y; consequently, on architectures without IOMEM we get
the following build error:
ld: drivers/fsi/fsi-master-aspeed.o: in function `fsi_master_aspeed_probe':
drivers/fsi/fsi-master-aspeed.c:436: undefined reference to `devm_ioremap_resource'
Fix the build error by adding the unspecified dependency.
Fixes:
|
||
|---|---|---|
| .. | ||
| cf-fsi-fw.h | ||
| fsi-core.c | ||
| fsi-master-aspeed.c | ||
| fsi-master-ast-cf.c | ||
| fsi-master-gpio.c | ||
| fsi-master-hub.c | ||
| fsi-master.h | ||
| fsi-occ.c | ||
| fsi-sbefifo.c | ||
| fsi-scom.c | ||
| Kconfig | ||
| Makefile | ||