mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-02 19:57:54 +00:00
This was shown up by running with "allmodconfig". I used EXPORT_SYMBOL() to match existing conventions in files that were already exporting symbols, or that were exported that way by other architectures, and otherwise EXPORT_SYMBOL_GPL(). Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>