Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751383AbdFZGaU (ORCPT ); Mon, 26 Jun 2017 02:30:20 -0400 Received: from ozlabs.org ([103.22.144.67]:55975 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbdFZGaP (ORCPT ); Mon, 26 Jun 2017 02:30:15 -0400 Date: Mon, 26 Jun 2017 16:30:12 +1000 From: Stephen Rothwell To: Andrew Morton Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Wei Yang Subject: linux-next: build warning after merge of the akpm tree Message-ID: <20170626163012.67294296@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 Content-Length: 417 Lines: 17 Hi Andrew, After merging the akpm tree, today's linux-next build (x86_64 allmodconfig) produced this warning: mm/memory_hotplug.c: In function 'move_pfn_range_to_zone': mm/memory_hotplug.c:891:16: warning: unused variable 'i' [-Wunused-variable] unsigned long i; ^ Introduced by commit 7fb537987bb3 ("mm/memory_hotplug: remove duplicate call for set_page_links") -- Cheers, Stephen Rothwell