mfd: arizona: Add missing statics to the of_match_tables
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 4 Jan 2022 16:54:35 +0000 (16:54 +0000)
committerLee Jones <lee.jones@linaro.org>
Tue, 8 Mar 2022 09:44:05 +0000 (09:44 +0000)
commit10377bb293358c4fe06204ed596264f69f85102a
tree98c92e43269f5b828385dc57d8832edd63e7a67f
parentb0e846248de5bd57e4b785791f359ecb8f2d7311
mfd: arizona: Add missing statics to the of_match_tables

When the match tables were split for I2C and SPI a static should have
been added since the tables are no longer exported.

Fixes: 3f65555c417c ("mfd: arizona: Split of_match table into I2C and SPI versions")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220104165435.26782-1-ckeepax@opensource.cirrus.com
drivers/mfd/arizona-i2c.c
drivers/mfd/arizona-spi.c