On Fri, Jun 18, 2021 at 2:25 PM kernel test robot <lkp(a)intel.com> wrote:
All warnings (new ones prefixed by >>):
>> drivers/fpga/lattice/machxo2-spi.c:377:34: warning: unused variable
'of_match' [-Wunused-const-variable]
static const struct of_device_id of_match[] = {
^
1 warning generated.
This is almost always the result of an 'of_match_ptr()' that should be
removed, I have not
checked this instance.
Arnd