From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751768AbdHBBcP (ORCPT ); Tue, 1 Aug 2017 21:32:15 -0400 Received: from ozlabs.org ([103.22.144.67]:54231 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751655AbdHBBcN (ORCPT ); Tue, 1 Aug 2017 21:32:13 -0400 Date: Wed, 2 Aug 2017 11:32:11 +1000 From: Stephen Rothwell To: Bartlomiej Zolnierkiewicz Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Daniel Vetter , Sean Paul Subject: linux-next: build warning after merge of the fbdev tree Message-ID: <20170802113211.6797dda4@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 Bartlomiej, After merging the fbdev tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/video/fbdev/matrox/matroxfb_base.c:1583:12: warning: 'hotplug' defined but not used [-Wunused-variable] static int hotplug = 0; ^ Introduced by commit 376b3ff54c9a ("fbdev: Nuke FBINFO_MODULE") "hotplug" is only used when CONFIG_MODULE is not set, now. -- Cheers, Stephen Rothwell