Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261238AbUKFBYS (ORCPT ); Fri, 5 Nov 2004 20:24:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261269AbUKFBYS (ORCPT ); Fri, 5 Nov 2004 20:24:18 -0500 Received: from fw.osdl.org ([65.172.181.6]:57760 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S261238AbUKFBYP (ORCPT ); Fri, 5 Nov 2004 20:24:15 -0500 Date: Fri, 5 Nov 2004 17:24:14 -0800 From: Chris Wright To: marcelo.tosatti@cyclades.com Cc: linux-kernel@vger.kernel.org Subject: [PATCH] compile fix for neighbour scalability backport Message-ID: <20041105172414.L14339@build.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 928 Lines: 24 Compile fix for neighbour scalability backport. neighbour.c:1901: error: `THIS_MODULE' undeclared here (not in a function) neighbour.c:1901: error: initializer element is not constant neighbour.c:1901: error: (near initialization for `neigh_stat_seq_fops.owner') Signed-off-by: Chris Wright ===== net/core/neighbour.c 1.14 vs edited ===== --- 1.14/net/core/neighbour.c 2004-10-05 11:40:25 -07:00 +++ edited/net/core/neighbour.c 2004-11-05 17:13:03 -08:00 @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include - 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/