Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754064AbbGWB62 (ORCPT ); Wed, 22 Jul 2015 21:58:28 -0400 Received: from ozlabs.org ([103.22.144.67]:44415 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753500AbbGWB60 (ORCPT ); Wed, 22 Jul 2015 21:58:26 -0400 Date: Thu, 23 Jul 2015 11:58:24 +1000 From: Stephen Rothwell To: David Miller , Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Graf Subject: linux-next: build failure after merge of the net-next tree Message-ID: <20150723115824.071b84ff@canb.auug.org.au> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; i586-pc-linux-gnu) 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: 1470 Lines: 35 Hi all, After merging the net-next tree, today's linux-next build (arm multi_v7_defconfig) failed like this: net/ipv4/ip_tunnel_core.c:301:1: warning: data definition has no type or storage class module_init(ip_tunnel_core_init); ^ net/ipv4/ip_tunnel_core.c:301:1: error: type defaults to 'int' in declaration of 'module_init' [-Werror=implicit-int] net/ipv4/ip_tunnel_core.c:301:1: warning: parameter names (without types) in function declaration net/ipv4/ip_tunnel_core.c:307:1: warning: data definition has no type or storage class module_exit(ip_tunnel_core_exit); ^ net/ipv4/ip_tunnel_core.c:307:1: error: type defaults to 'int' in declaration of 'module_exit' [-Werror=implicit-int] net/ipv4/ip_tunnel_core.c:307:1: warning: parameter names (without types) in function declaration net/ipv4/ip_tunnel_core.c:295:19: warning: 'ip_tunnel_core_init' defined but not used [-Wunused-function] static int __init ip_tunnel_core_init(void) ^ Caused by commit 3093fbe7ff4b ("route: Per route IP tunnel metadata via lightweight tunnel") Forgot to include module.h ... I have used the net-next tree from next-20150722 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/