From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933046AbdGTEMH (ORCPT ); Thu, 20 Jul 2017 00:12:07 -0400 Received: from ozlabs.org ([103.22.144.67]:51717 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932360AbdGTEMG (ORCPT ); Thu, 20 Jul 2017 00:12:06 -0400 Date: Thu, 20 Jul 2017 14:12:03 +1000 From: Stephen Rothwell To: Greg KH , Arnd Bergmann Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Vitaly Kuznetsov , "K. Y. Srinivasan" , Andy Shevchenko Subject: linux-next: build warning after merge of the char-misc tree Message-ID: <20170720141203.53dff686@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 char-misc tree, yesterday's linux-next build (i386 defconfig) produced this warning: In file included from /home/sfr/next/next/arch/x86/entry/vdso/vma.c:25:0: /home/sfr/next/next/arch/x86/include/asm/mshyperv.h:181:15: warning: return type defaults to 'int' [-Wreturn-type] static inline hyperv_cleanup(void) {} ^ Introduced by commit 2e252fbf777d ("x86/hyper-v: include hyperv/ only when CONFIG_HYPERV is set") -- Cheers, Stephen Rothwell