Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261422AbTFOADl (ORCPT ); Sat, 14 Jun 2003 20:03:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261428AbTFOADl (ORCPT ); Sat, 14 Jun 2003 20:03:41 -0400 Received: from [66.212.224.118] ([66.212.224.118]:36882 "EHLO hemi.commfireservices.com") by vger.kernel.org with ESMTP id S261422AbTFOADl (ORCPT ); Sat, 14 Jun 2003 20:03:41 -0400 Date: Sat, 14 Jun 2003 20:06:13 -0400 (EDT) From: Zwane Mwaikambo X-X-Sender: zwane@montezuma.mastecende.com To: Gerhard Mack Cc: linux-kernel@vger.kernel.org Subject: [PATCH][2.5] fix link due to register_cpu_notifier & flow_cache_init In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 30 On Sat, 14 Jun 2003, Gerhard Mack wrote: > Got this on a fresh tree: > > net/built-in.o(.init.text+0x209): In function `flow_cache_init': > : undefined reference to `register_cpu_notifier' > make: *** [.tmp_vmlinux1] Error 1 Index: linux-2.5-pgcl/net/core/flow.c =================================================================== RCS file: /home/cvs/linux-2.5/net/core/flow.c,v retrieving revision 1.7 diff -u -p -B -r1.7 flow.c --- linux-2.5-pgcl/net/core/flow.c 21 Jun 2003 16:16:59 -0000 1.7 +++ linux-2.5-pgcl/net/core/flow.c 14 Jun 2003 23:05:49 -0000 @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include -- function.linuxpower.ca - 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/