From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752295AbcFFHzO (ORCPT ); Mon, 6 Jun 2016 03:55:14 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:56080 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751856AbcFFHzL (ORCPT ); Mon, 6 Jun 2016 03:55:11 -0400 Message-ID: <1465199699.1921.18.camel@coelho.fi> From: Luca Coelho To: Guenter Roeck , Johannes Berg Cc: linuxwifi@intel.com, Kalle Valo , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 06 Jun 2016 10:54:59 +0300 In-Reply-To: <1464989959-2021-1-git-send-email-linux@roeck-us.net> References: <1464989959-2021-1-git-send-email-linux@roeck-us.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.2-2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 192.40.95.6 X-SA-Exim-Mail-From: luca@coelho.fi Subject: Re: [PATCH] iwlwifi: Remove unused array 'iwlagn_loose_lookup' X-SA-Exim-Version: 4.2.1 (built Mon, 06 Jul 2015 07:28:29 +0000) X-SA-Exim-Scanned: Yes (on farmhouse.coelho.fi) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2016-06-03 at 14:39 -0700, Guenter Roeck wrote: > gcc-6 reports the following error if -Werror=unused-const-variable > is enabled. > > drivers/net/wireless/intel/iwlwifi/dvm/lib.c:210:21: error: > 'iwlagn_loose_lookup' defined but not used > > Signed-off-by: Guenter Roeck > --- Thanks! I'm queuing this via our internal trees (adding "dvm: " to the subject, to indicate this is related to the dvm module). -- Cheers, Luca.