On 09-08-24, 11:24, Rob Herring (Arm) wrote: > !CONFIG_OF builds cause warnings on unused of_device_id tables. This is > due to of_match_node() being a macro rather than static inline function. > Add a __maybe_unused annotation to the of_device_id tables. > > Fixes: c7582ec85342 ("cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency on Arm drivers") > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202408090714.wcrqU6Pk-lkp@xxxxxxxxx/ > Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx> > --- > Note that 0-day only reported 1 warning, but x86 W=1 build gave me these > 4. Applied. Thanks. -- viresh