[2.3.99-pre2-5] PATCH drivers/pcmcia/ti113x.h compile error

From: Peter Blomgren (blomgren@monster.stanford.edu)
Date: Sat Mar 18 2000 - 18:24:55 EST


--- linux/drivers/pcmcia/ti113x.h.orig Sat Mar 18 14:46:46 2000
+++ linux/drivers/pcmcia/ti113x.h Sat Mar 18 14:47:09 2000
@@ -146,9 +146,9 @@ static int ti_open(pci_socket_t *socket)
 {
         u8 new, reg = exca_readb(socket, I365_INTCTL);
 
- new = reg & ~365_INTR_ENA;
+ new = reg & ~I365_INTR_ENA;
         if (socket->cb_irq)
- new |= 365_INTR_ENA;
+ new |= I365_INTR_ENA;
         if (new != reg)
                 exca_writeb(socket, I365_INTCTL, new);
         return 0;

-- 
\Peter.

- 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/



This archive was generated by hypermail 2b29 : Thu Mar 23 2000 - 21:00:25 EST