Merge branch 'regulator-register' into regulator-drivers

This commit is contained in:
Mark Brown
2012-04-09 12:30:21 +01:00
16개의 변경된 파일19개의 추가작업 그리고 17개의 파일을 삭제

파일 보기

@@ -207,7 +207,7 @@ static struct regulator_ops max8649_dcdc_ops = {
};
static struct regulator_desc dcdc_desc = {
static const struct regulator_desc dcdc_desc = {
.name = "max8649",
.ops = &max8649_dcdc_ops,
.type = REGULATOR_VOLTAGE,