Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351025
b: refs/heads/master
c: 74c46c6
h: refs/heads/master
i:
  351023: a254596
v: v3
  • Loading branch information
Mark Langsdorf authored and Rafael J. Wysocki committed Feb 1, 2013
1 parent 2fb6bc4 commit 90ccee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2ccd7632939b8c8d53ea1c4aa21ebf8d0add7cf
refs/heads/master: 74c46c6eaf9724edbfc12cc67e62773b708eb2ed
3 changes: 3 additions & 0 deletions trunk/drivers/base/power/opp.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ int opp_init_cpufreq_table(struct device *dev,

return 0;
}
EXPORT_SYMBOL_GPL(opp_init_cpufreq_table);

/**
* opp_free_cpufreq_table() - free the cpufreq table
Expand All @@ -678,6 +679,7 @@ void opp_free_cpufreq_table(struct device *dev,
kfree(*table);
*table = NULL;
}
EXPORT_SYMBOL_GPL(opp_free_cpufreq_table);
#endif /* CONFIG_CPU_FREQ */

/**
Expand Down Expand Up @@ -738,4 +740,5 @@ int of_init_opp_table(struct device *dev)

return 0;
}
EXPORT_SYMBOL_GPL(of_init_opp_table);
#endif

0 comments on commit 90ccee1

Please sign in to comment.