On 26/04/2025 18:16, Alexey Gladkov wrote: > The name used in the macro does not exist. > > drivers/mfd/stmpe-spi.c:132:26: error: use of undeclared identifier 'stmpe_id' > 132 | MODULE_DEVICE_TABLE(spi, stmpe_id); > | ^ > 1 error generated.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlow...@linaro.org> P.S. You can trim the error messages to relevant parts, e.g. "1 error generated" is really redundant and not needed to store in git history. > Best regards, Krzysztof