On Wed, Dec 04, 2024 at 09:42:13PM +0100, Hans de Goede wrote: > Commit 06f876def346 ("platform/x86: x86-android-tablets: Add support for > Vexia EDU ATLA 10 tablet") omitted the static keyword from some variables > which are only used inside other.c . > > Add the missing static keyword to these, this fixes the following warnings: > > drivers/platform/x86/x86-android-tablets/other.c:605:12: sparse: sparse: symbol 'crystal_cove_pwrsrc_psy' was not declared. Should it be static? > drivers/platform/x86/x86-android-tablets/other.c:612:28: sparse: sparse: symbol 'vexia_edu_atla10_ulpmc_node' was not declared. Should it be static? I believe you can shorten these lines like .../x86-android-tablets/<and so on> (Note '...' instead of PDx86 root path.) Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx> -- With Best Regards, Andy Shevchenko