regmap: Remove unused type and list fields from bus interface
We no longer enumerate the bus types, we rely on the driver telling us this on init. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
@@ -47,7 +47,6 @@ static int regmap_spi_read(struct device *dev,
|
||||
}
|
||||
|
||||
static struct regmap_bus regmap_spi = {
|
||||
.type = &spi_bus_type,
|
||||
.write = regmap_spi_write,
|
||||
.gather_write = regmap_spi_gather_write,
|
||||
.read = regmap_spi_read,
|
||||
|
Reference in New Issue
Block a user