From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751520AbdF1HPu (ORCPT ); Wed, 28 Jun 2017 03:15:50 -0400 Received: from ozlabs.org ([103.22.144.67]:35543 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751225AbdF1HPn (ORCPT ); Wed, 28 Jun 2017 03:15:43 -0400 Date: Wed, 28 Jun 2017 17:15:39 +1000 From: Stephen Rothwell To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Rik van Riel Subject: linux-next: build warning after merge of the tip tree Message-ID: <20170628171539.328fe417@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 all, After merging the tip tree, today's linux-next build (x86_64 allnoconfig) produced this warning: kernel/sched/fair.c:2657:9: warning: 'struct sched_domain' declared inside parameter list int prev_cpu, int sync) ^ /home/sfr/next/next/kernel/sched/fair.c:2657:9: warning: its scope is only this definition or declaration, which is probably not what you want Introduced by commit 3fed382b46ba ("sched/numa: Implement NUMA node level wake_affine()") -- Cheers, Stephen Rothwell