mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-08-31 20:40:11 +00:00
23af1ebc21c86e72a1d6cd35acfd6debe711bf99
A compile error has apperaed when building againt the v6.10 kernel.
git/debugss_module/debugss-mod/debugss_kmodule.c:1149:34: error: array type has incomplete element type 'struct of_device_id'
1149 | static const struct of_device_id dra7xx_debugss_of_match[] = {
| ^~~~~~~~~~~~~~~~~~~~~~~
The easy fix is just to add an include for the header that defines the
missing struct.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Collection of layers for the OE-core universe Please see the respective READMEs in the layer subdirectories
Languages
BitBake
93.2%
Shell
3.7%
Pascal
1.3%
C++
0.8%
Pawn
0.5%
Other
0.4%