Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 13 Jan 2003 17:57:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 13 Jan 2003 17:57:50 -0500 Received: from air-2.osdl.org ([65.172.181.6]:44260 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Mon, 13 Jan 2003 17:57:48 -0500 Date: Mon, 13 Jan 2003 16:06:38 -0600 (CST) From: Patrick Mochel X-X-Sender: To: cc: , Subject: [patch] fix cpufreq compilation 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 This is needed to compile kernel/cpufreq.c if the legacy procfs interface is not enabled in the latest BK tree. -pat ===== kernel/cpufreq.c 1.13 vs edited ===== --- 1.13/kernel/cpufreq.c Mon Jan 13 15:57:39 2003 +++ edited/kernel/cpufreq.c Mon Jan 13 16:05:24 2003 @@ -21,6 +21,7 @@ #include #include #include +#include #ifdef CONFIG_CPU_FREQ_PROC_INTF #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/