Commit 63c62275 authored by Daniel Vetter's avatar Daniel Vetter

drm/i915: re-add static qualifier to get_cxsr_latency

This got lost in the intel_pm.c move.
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent 4f0c7cfb
...@@ -562,7 +562,7 @@ static const struct cxsr_latency cxsr_latency_table[] = { ...@@ -562,7 +562,7 @@ static const struct cxsr_latency cxsr_latency_table[] = {
{0, 1, 400, 800, 6042, 36042, 6584, 36584}, /* DDR3-800 SC */ {0, 1, 400, 800, 6042, 36042, 6584, 36584}, /* DDR3-800 SC */
}; };
const struct cxsr_latency *intel_get_cxsr_latency(int is_desktop, static const struct cxsr_latency *intel_get_cxsr_latency(int is_desktop,
int is_ddr3, int is_ddr3,
int fsb, int fsb,
int mem) int mem)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment