Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1668704 > unrolled thread

linux-next: build warning after merge of the drm tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-06-19 03:50 +0200
Last post2017-06-19 03:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: build warning after merge of the drm tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-19 03:50 +0200

#1668704 — linux-next: build warning after merge of the drm tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-06-19 03:50 +0200
Subjectlinux-next: build warning after merge of the drm tree
Message-ID<tTTZf-4r4-19@gated-at.bofh.it>
Hi Dave,

After merging the drm tree, today's linux-next build (x86_64 allmodconfig)
produced this warning:

drivers/gpu/drm/i915/intel_dp.c:1551:12: warning: 'rate_to_index' defined but not used [-Wunused-function]
 static int rate_to_index(int find, const int *rates)
            ^

Introduced by commit

  925344ccc91d ("BackMerge tag 'v4.12-rc5' into drm-next")

This commit reintroduced the above function after it was renamed and
moved by commit

  8001b7541aa7 ("drm/i915/dp: rename rate_to_index() to intel_dp_rate_index() and reuse")

-- 
Cheers,
Stephen Rothwell

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web