In article <[EMAIL PROTECTED]>,
Alan Cox <[EMAIL PROTECTED]> wrote:
>2.2.18pre18
>o Fix rtc_lock for ide-probe, and hd.c (Richard Johnson)
I need this to get it to compile:
--- linux-2.2.18pre18.orig/drivers/block/ide-probe.c Sun Oct 29 13:02:39 2000
+++ linux-2.2.18pre18/drivers/block/ide-probe.c Sun Oct 29 14:26:20 2000
@@ -45,6 +45,8 @@
#include "ide.h"
+extern spinlock_t rtc_lock;
+
static inline void do_identify (ide_drive_t *drive, byte cmd)
{
int bswap = 1;
Mike.
--
People get the operating system they deserve.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/