Skip to content
Snippets Groups Projects
Commit 13c54137 authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'regmap-linus' into regmap-next

parents 790923e5 b33f9cbd
No related branches found
No related tags found
No related merge requests found
......@@ -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, &regmap_spi, config);
}
EXPORT_SYMBOL_GPL(regmap_init_spi);
MODULE_LICENSE("GPL");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment