mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
This driver uses the API that is provided by GENERIC_ALLOCATOR API, so
select it to prevent build errors:
riscv32-linux-ld: drivers/media/platform/chips-media/wave5/wave5-vpu.o: in function `.L37':
wave5-vpu.c:(.text+0x468): undefined reference to `of_gen_pool_get'
riscv32-linux-ld: drivers/media/platform/chips-media/wave5/wave5-vdi.o: in function `.L116':
wave5-vdi.c:(.text+0xaac): undefined reference to `gen_pool_dma_alloc'
riscv32-linux-ld: drivers/media/platform/chips-media/wave5/wave5-vdi.o: in function `wave5_vdi_free_sram':
wave5-vdi.c:(.text+0xb60): undefined reference to `gen_pool_free_owner'
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| wave5-helper.c | ||
| wave5-helper.h | ||
| wave5-hw.c | ||
| wave5-regdefine.h | ||
| wave5-vdi.c | ||
| wave5-vdi.h | ||
| wave5-vpu-dec.c | ||
| wave5-vpu-enc.c | ||
| wave5-vpu.c | ||
| wave5-vpu.h | ||
| wave5-vpuapi.c | ||
| wave5-vpuapi.h | ||
| wave5-vpuconfig.h | ||
| wave5-vpuerror.h | ||
| wave5.h | ||