Re: Linux 2.4.12-ac1

Tom Rini (trini@kernel.crashing.org)
Sat, 13 Oct 2001 18:34:21 -0700


On Fri, Oct 12, 2001 at 02:17:26PM +0100, Alan Cox wrote:

> 2.4.12-ac1

This still won't compile drivers/char/pc_keyb.c on most arches. The
following fixes that.

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

--- linux-2.4.10-ac11.orig/drivers/char/pc_keyb.c Wed Oct 10 19:10:27 2001 +++ linux-2.4.10-ac11/drivers/char/pc_keyb.c Wed Oct 10 19:35:15 2001 @@ -34,6 +34,7 @@ #include <linux/vt_kern.h> #include <linux/smp_lock.h> #include <linux/kd.h> +#include <linux/pm.h> #include <asm/keyboard.h> #include <asm/bitops.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/