staging: comedi: ni_labpc: remove 'bustype' from boardinfo
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / comedi / drivers / ni_labpc.h
index 9f126605f249fa9681076f87c4d76a7fecf0b734..615f16f271c0a8078a1a6a22339393ffdeddf2ed 100644 (file)
@@ -27,7 +27,6 @@
 #define EEPROM_SIZE    256     /*  256 byte eeprom */
 #define NUM_AO_CHAN    2       /*  boards have two analog output channels */
 
-enum labpc_bustype { isa_bustype, pci_bustype, pcmcia_bustype };
 enum labpc_register_layout { labpc_plus_layout, labpc_1200_layout };
 enum transfer_type { fifo_not_empty_transfer, fifo_half_full_transfer,
        isa_dma_transfer
@@ -37,7 +36,6 @@ struct labpc_boardinfo {
        const char *name;
        int device_id;          /*  device id for pci and pcmcia boards */
        int ai_speed;           /*  maximum input speed in nanoseconds */
-       enum labpc_bustype bustype;     /*  ISA/PCI/etc. */
 
        /*  1200 has extra registers compared to pc+ */
        enum labpc_register_layout register_layout;