ACPI thermal compile fix for pre4

Dave Jones (davej@suse.de)
Sun, 30 Dec 2001 21:18:17 +0100 (CET)


Looks like the includes shake up broke ACPI thermal.
(Needs 'jiffies')

Dave.

diff -u -r1.1.1.1 -r1.2
--- tzpolicy.c 2001/12/12 02:10:09 1.1.1.1
+++ tzpolicy.c 2001/12/30 20:12:40 1.2
@@ -31,6 +31,7 @@
#include <linux/proc_fs.h>
#include <linux/sysctl.h>
#include <linux/pm.h>
+#include <linux/sched.h>

#include <acpi.h>
#include <bm.h>

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

- 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/