mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-12 21:50:35 +00:00
crypto4xx_probe() is in the __init section and referenced by code form other sections, which causes a build error. Backport a patch from mainline kernel to fix this. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>