Skip to content

Commit 63c6227

Browse files
committed
drm/i915: re-add static qualifier to get_cxsr_latency
This got lost in the intel_pm.c move. Signed-off-by: Daniel Vetter <[email protected]>
1 parent 4f0c7cf commit 63c6227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/intel_pm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ static const struct cxsr_latency cxsr_latency_table[] = {
562562
{0, 1, 400, 800, 6042, 36042, 6584, 36584}, /* DDR3-800 SC */
563563
};
564564

565-
const struct cxsr_latency *intel_get_cxsr_latency(int is_desktop,
565+
static const struct cxsr_latency *intel_get_cxsr_latency(int is_desktop,
566566
int is_ddr3,
567567
int fsb,
568568
int mem)

0 commit comments

Comments
 (0)