mirror of https://github.com/torvalds/linux.git
Compilation of ixp4xx_defconfig fails with:
arch/arm/mach-ixp4xx/common.c: In function 'ixp4xx_platform_notify_remove':
arch/arm/mach-ixp4xx/common.c:291:3: error: implicit declaration of function 'dmabounce_unregister_dev' [-Werror=implicit-function-declaration]
291 | dmabounce_unregister_dev(dev);
| ^~~~~~~~~~~~~~~~~~~~~~~~
arch/arm/mach-ixp4xx/common.c: In function 'ixp4xx_platform_notify':
arch/arm/mach-ixp4xx/common.c:307:3: error: implicit declaration of function 'dmabounce_register_dev' [-Werror=implicit-function-declaration]
307 | dmabounce_register_dev(dev, 2048, 4096, ixp4xx_needs_bounce);
Add a missing include that is needed because of the header reshuffle.
Fixes:
|
||
|---|---|---|
| .. | ||
| include/mach | ||
| Kconfig | ||
| Makefile | ||
| Makefile.boot | ||
| avila-pci.c | ||
| avila-setup.c | ||
| common-pci.c | ||
| common.c | ||
| coyote-pci.c | ||
| coyote-setup.c | ||
| dsmg600-pci.c | ||
| dsmg600-setup.c | ||
| fsg-pci.c | ||
| fsg-setup.c | ||
| gateway7001-pci.c | ||
| gateway7001-setup.c | ||
| goramo_mlr.c | ||
| gtwx5715-pci.c | ||
| gtwx5715-setup.c | ||
| irqs.h | ||
| ixdp425-pci.c | ||
| ixdp425-setup.c | ||
| ixdpg425-pci.c | ||
| ixp4xx-of.c | ||
| miccpt-pci.c | ||
| nas100d-pci.c | ||
| nas100d-setup.c | ||
| nslu2-pci.c | ||
| nslu2-setup.c | ||
| omixp-setup.c | ||
| vulcan-pci.c | ||
| vulcan-setup.c | ||
| wg302v2-pci.c | ||
| wg302v2-setup.c | ||