Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -562,7 +562,7 @@ static const struct cxsr_latency cxsr_latency_table[] = {
	{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 fsb,
							 int mem)