Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283499
b: refs/heads/master
c: c1b547b
h: refs/heads/master
i:
  283497: 90e471d
  283495: 8f3999d
v: v3
  • Loading branch information
Kevin Hilman committed Nov 10, 2011
1 parent a1847e9 commit 14f698d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 1c78217fc8c0983f5768a2d1c17c022f1079751e
refs/heads/master: c1b547bc222f4027d9394b6bd8f4a6bb0bd7b1b4
4 changes: 3 additions & 1 deletion trunk/drivers/cpufreq/omap-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <linux/io.h>
#include <linux/opp.h>
#include <linux/cpu.h>
#include <linux/module.h>

#include <asm/system.h>
#include <asm/smp_plat.h>
Expand All @@ -32,6 +33,7 @@
#include <plat/clock.h>
#include <plat/omap-pm.h>
#include <plat/common.h>
#include <plat/omap_device.h>

#include <mach/hardware.h>

Expand Down Expand Up @@ -252,7 +254,7 @@ static int __init omap_cpufreq_init(void)
return -EINVAL;
}

mpu_dev = omap2_get_mpuss_device();
mpu_dev = omap_device_get_by_hwmod_name("mpu");
if (!mpu_dev) {
pr_warning("%s: unable to get the mpu device\n", __func__);
return -EINVAL;
Expand Down

0 comments on commit 14f698d

Please sign in to comment.