From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build warning after merge of the drm tree Date: Fri, 19 May 2017 12:10:01 +1000 Message-ID: <20170519121001.0515391c@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([103.22.144.67]:44863 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752954AbdESCKD (ORCPT ); Thu, 18 May 2017 22:10:03 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: Dave Airlie Cc: Linux-Next Mailing List , Linux Kernel Mailing List , "Gustavo A. R. Silva" , Daniel Vetter Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/gpu/drm/gma500/mdfld_tpo_vid.c: In function 'tpo_vid_get_config_mode': drivers/gpu/drm/gma500/mdfld_tpo_vid.c:34:31: warning: unused variable 'ti' [-Wunused-variable] struct oaktrail_timing_info *ti = &dev_priv->gct_data.DTD; ^ Introduced by commit 94d7fb4982d2 ("gpu: drm: gma500: remove dead code") -- Cheers, Stephen Rothwell