From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753361AbdFSBkd (ORCPT ); Sun, 18 Jun 2017 21:40:33 -0400 Received: from ozlabs.org ([103.22.144.67]:55087 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753236AbdFSBkb (ORCPT ); Sun, 18 Jun 2017 21:40:31 -0400 Date: Mon, 19 Jun 2017 11:40:28 +1000 From: Stephen Rothwell To: Dave Airlie Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Jani Nikula Subject: linux-next: build warning after merge of the drm tree Message-ID: <20170619114028.704e6438@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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