From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: build warnings after merge of the drm tree Date: Fri, 19 May 2017 12:07:29 +1000 Message-ID: <20170519120729.597f5a9e@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]:40041 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752083AbdESCHb (ORCPT ); Thu, 18 May 2017 22:07:31 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: Dave Airlie Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Tom Cooksey , Eric Anholt , Daniel Vetter , Linus Walleij Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced these warnings: drivers/gpu/drm/pl111/pl111_drv.c:81:12: warning: 'pl111_modeset_init' defined but not used [-Wunused-function] static int pl111_modeset_init(struct drm_device *dev) ^ drivers/gpu/drm/pl111/pl111_drv.c:149:26: warning: 'pl111_drm_driver' defined but not used [-Wunused-variable] static struct drm_driver pl111_drm_driver = { ^ Introduced by commit bed41005e617 ("drm/pl111: Initial drm/kms driver for pl111") -- Cheers, Stephen Rothwell