PATCH: 2.5.40 fix warning in longhaul.c

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sun, 6 Oct 2002 18:06:21 +0100 (BST)


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.40/arch/i386/kernel/cpu/cpufreq/longhaul.c linux.2.5.40-ac5/arch/i386/kernel/cpu/cpufreq/longhaul.c
--- linux.2.5.40/arch/i386/kernel/cpu/cpufreq/longhaul.c 2002-10-02 21:34:05.000000000 +0100
+++ linux.2.5.40-ac5/arch/i386/kernel/cpu/cpufreq/longhaul.c 2002-10-03 14:47:45.000000000 +0100
@@ -26,6 +26,7 @@
#include <linux/init.h>
#include <linux/cpufreq.h>
#include <linux/slab.h>
+#include <linux/string.h>

#include <asm/msr.h>
#include <asm/timex.h>
-
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/