Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273434
b: refs/heads/master
c: 1934dae
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Samuel Ortiz committed Oct 24, 2011
1 parent be9fac7 commit 59c95b8
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: 10b3ecdbd4a54d682903daff99fa6066e6cb68c2
refs/heads/master: 1934dae220ed1f1a832a191a86c1becfcbb3a094
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/db8500-prcmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ void __init db8500_prcmu_early_init(void)
}
}

static void __init init_prcm_registers(void)
static void __init db8500_prcmu_init_clkforce(void)
{
u32 val;

Expand Down Expand Up @@ -2412,7 +2412,7 @@ static int __init db8500_prcmu_probe(struct platform_device *pdev)
if (ux500_is_svp())
return -ENODEV;

init_prcm_registers();
db8500_prcmu_init_clkforce();

/* Clean up the mailbox interrupts after pre-kernel code. */
writel(ALL_MBOX_BITS, PRCM_ARM_IT1_CLR);
Expand Down

0 comments on commit 59c95b8

Please sign in to comment.