Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280568
b: refs/heads/master
c: d9cba48
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Dec 26, 2011
1 parent e9b9c61 commit 386642d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5a26f8915779cf548481d64c7ea1ed5529bdbfe
refs/heads/master: d9cba48358d858a1edea877d7b7b0bce58cee850
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/da9052-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ static struct resource da9052_tsi_resources[] = {
},
};

static struct mfd_cell __initdata da9052_subdev_info[] = {
static struct mfd_cell __devinitdata da9052_subdev_info[] = {
{
.name = "da9052-regulator",
.id = 1,
Expand Down Expand Up @@ -637,7 +637,7 @@ struct regmap_config da9052_regmap_config = {
};
EXPORT_SYMBOL_GPL(da9052_regmap_config);

int da9052_device_init(struct da9052 *da9052, u8 chip_id)
int __devinit da9052_device_init(struct da9052 *da9052, u8 chip_id)
{
struct da9052_pdata *pdata = da9052->dev->platform_data;
struct irq_desc *desc;
Expand Down

0 comments on commit 386642d

Please sign in to comment.