OSDN Git Service

mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 23 Mar 2023 13:41:38 +0000 (13:41 +0000)
committerLee Jones <lee@kernel.org>
Wed, 26 Apr 2023 10:40:33 +0000 (11:40 +0100)
commit972c91fd7beddc3f19c8c855f6e60e7dbd435cbd
treec853be0a2bb265bfd191b42aedc8f41c508602b4
parent9896a19caf79f83692f13ab688d34c85ecfa92b2
mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE

This patch adds missing MODULE_DEVICE_TABLE definition
which generates correct modalias for automatic loading
of this driver when it is built as a module.

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