Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360886
b: refs/heads/master
c: 44d6b1f
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Boyd authored and Russell King committed Mar 6, 2013
1 parent 77a334d commit fd13913
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b8083f86e8e9b23ad4d75d334c92b601947dfa91
refs/heads/master: 44d6b1fc3e3c6a3af8e599b724972e881c81e1c9
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ const struct dev_pm_ops armpmu_dev_pm_ops = {
SET_RUNTIME_PM_OPS(armpmu_runtime_suspend, armpmu_runtime_resume, NULL)
};

static void __init armpmu_init(struct arm_pmu *armpmu)
static void armpmu_init(struct arm_pmu *armpmu)
{
atomic_set(&armpmu->active_events, 0);
mutex_init(&armpmu->reserve_mutex);
Expand Down

0 comments on commit fd13913

Please sign in to comment.