PCMCIA: stop duplicating pci_irq in soc_pcmcia_socket
[deliverable/linux.git] / drivers / pcmcia / soc_common.h
index 8a755c1a949af14effa3b861fd2363d99d24691e..e40824ce6b0b2f0960be487acb8cedb3e01cb9fb 100644 (file)
@@ -30,14 +30,12 @@ struct soc_pcmcia_socket {
        /*
         * Info from low level handler
         */
-       struct device           *dev;
        unsigned int            nr;
-       unsigned int            irq;
 
        /*
         * Core PCMCIA state
         */
-       struct pcmcia_low_level *ops;
+       const struct pcmcia_low_level *ops;
 
        unsigned int            status;
        socket_state_t          cs_state;
This page took 0.033594 seconds and 5 git commands to generate.