Files
linux/android
Yongqin Liu 16ec5b05fb ANDROID: GKI: db845c: Update symbols list and ABI on devm_mipi_dsi_attach
and devm_mipi_dsi_device_register_full to resolve the following
build error for Dragonboard 845c:
    usr/include/linux/fuse.h:926: found __[us]{8,16,32,64} type without #include <linux/types.h>
    ERROR: modpost: "devm_mipi_dsi_attach" [drivers/gpu/drm/bridge/lontium-lt9611uxc.ko] undefined!
    ERROR: modpost: "devm_mipi_dsi_device_register_full" [drivers/gpu/drm/bridge/lontium-lt9611uxc.ko] undefined!

with updating them to the symbol list and the abi definitions
by the following commands:
    $ tools/bazel run //common:db845c_abi_update_symbol_list
    $ tools/bazel run //common:kernel_aarch64_abi_update

Bug: 313960184

Change-Id: I0981a027e0ea284c25205deed113618b50b8424c
Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2023-12-11 16:21:41 +00:00
..