Re: [PATCHSET] 2.4.21-pre2-jp15

Jörg Prante (joergprante@netcologne.de)
Mon, 30 Dec 2002 19:56:00 +0100


>drivers/char/char.o: In function `sysrq_handle_preempt_log':
>drivers/char/char.o(.text+0x1c79e): undefined reference to `show_preempt_log'

Please apply

http://infolinux.de/jp15/076_sysrq-preempt-log-fix

Patchset .bz2 archive will be updated.

Jörg

--- linux-jp15/drivers/char/sysrq.c.orig 2002-12-30 19:48:15.000000000 +0100
+++ linux-jp15/drivers/char/sysrq.c 2002-12-30 19:48:35.000000000 +0100
@@ -27,7 +27,7 @@
#include <linux/quotaops.h>
#include <linux/smp_lock.h>
#include <linux/module.h>
-
+#include <linux/sched.h>
#include <linux/spinlock.h>

#include <asm/ptrace.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/