mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
Build fail with: ERROR: "memblock_free" [drivers/gpu/drm/rockchip/rockchipdrm.ko] undefined! memblok_free fuction not export symbol, and use the flag __init, so it can't be used on modules. the memblock_free function only used for loader memory manager, not use on modules context, so just use it when build-in drm/rockchip. Change-Id: Ib88b6ca6c61f7ef85b4126d705a4911e207b57e5 Signed-off-by: Mark Yao <mark.yao@rock-chips.com> |
||
|---|---|---|
| .. | ||
| arm | ||
| drm | ||
| host1x | ||
| ipu-v3 | ||
| rogue | ||
| rogue_m | ||
| vga | ||
| Makefile | ||