forked from Minki/linux
Merge branch 'regmap-linus' into regmap-next
This commit is contained in:
commit
13c54137f7
@ -112,3 +112,4 @@ struct regmap *regmap_init_i2c(struct i2c_client *i2c,
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(regmap_init_i2c);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -69,3 +69,5 @@ struct regmap *regmap_init_spi(struct spi_device *spi,
|
||||
return regmap_init(&spi->dev, ®map_spi, config);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(regmap_init_spi);
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user