Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261414AbTFNX5b (ORCPT ); Sat, 14 Jun 2003 19:57:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261422AbTFNX5b (ORCPT ); Sat, 14 Jun 2003 19:57:31 -0400 Received: from [65.39.167.210] ([65.39.167.210]:11393 "HELO innerfire.net") by vger.kernel.org with SMTP id S261414AbTFNX5a (ORCPT ); Sat, 14 Jun 2003 19:57:30 -0400 Date: Sat, 14 Jun 2003 20:09:03 -0400 (EDT) From: Gerhard Mack To: linux-kernel@vger.kernel.org Subject: [patch] linux-2.5.71: undefined reference to `register_cpu_notifier' Message-ID: 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: 815 Lines: 25 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 I think this is the right fix for it? Please correct me if I'm wrong. --- net/core/flow.c~ 2003-06-14 15:17:56.000000000 -0400 +++ net/core/flow.c 2003-06-14 20:07:22.000000000 -0400 @@ -18,6 +18,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/