khadas / fenix

One-stop script set to build Ubuntu/Debian images
GNU General Public License v2.0
211 stars 135 forks source link

Fix NPU driver build when building mainline kernel with CONFIG_DEBUG_FS=n #185

Closed raffaellod closed 7 months ago

raffaellod commented 2 years ago

Several static functions become unreferenced if CONFIG_DEBUG_FS=n. This makes them only defined dependent on that config.

numbqq commented 2 years ago

We have updated to new version 6.4.6.2, need to check whether this error still exist or not.