Messages in this thread Patch in this message |  | | From | (Miquel van Smoorenburg) | Subject | Re: Linux 2.2.18pre18 | Date | 29 Oct 2000 13:32:04 GMT |
| |
In article <E13peHk-0005ep-00@the-village.bc.nu>, Alan Cox <alan@lxorguk.ukuu.org.uk> 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 majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |