Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262985
b: refs/heads/master
c: b33f9cb
h: refs/heads/master
i:
  262983: 526c7f7
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Aug 12, 2011
1 parent ee0e1a8 commit b086339
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 40c5cc263954444f5a76cbf25d408c42da480122
refs/heads/master: b33f9cbd67ba1a1c46879ec66467269f09cde8e5
1 change: 1 addition & 0 deletions trunk/drivers/base/regmap/regmap-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ struct regmap *regmap_init_i2c(struct i2c_client *i2c,
}
EXPORT_SYMBOL_GPL(regmap_init_i2c);

MODULE_LICENSE("GPL");
2 changes: 2 additions & 0 deletions trunk/drivers/base/regmap/regmap-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,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 comments on commit b086339

Please sign in to comment.