When I compiled pcmcia-cs-3.1.4 with linux-2.2.14pre9,
errors occured. They are the same as found in the page:
http://pcmcia.sourceforge.org/cgi-bin/HyperNews/get/pcmcia/devel/5.html
I made a patch seeing other header files which use
spinlock_t data type.
-- Yasuhide OOMORI mailto:dasen@typhoon.co.jp--SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="linux-2.2.14pre9-scsi.h.patch" Content-Transfer-Encoding: 7bit
--- linux-2.2.14pre9/include/scsi/scsi.h.orig Thu Dec 2 10:13:13 1999 +++ linux-2.2.14pre9/include/scsi/scsi.h Thu Dec 2 10:53:35 1999 @@ -18,6 +18,8 @@ * SCSI opcodes */ +#include <asm/spinlock.h> + extern spinlock_t scsi_malloc_lock; #define TEST_UNIT_READY 0x00
--SUOF0GtieIMvvwua--
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/