Staging: comedi: Remove lsampl_t and sampl_t typedefs
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / comedi / drivers / cb_pcidio.c
index d6d8bf1c6f220e87e54d1ef60c8e976976012543..e5bc34746e3894f30feb1031cdef864b4d398de5 100644 (file)
@@ -110,7 +110,7 @@ typedef struct {
        struct pci_dev *pci_dev;
 
        /* used for DO readback, curently unused */
-       lsampl_t do_readback[4];        /* up to 4 lsampl_t suffice to hold 96 bits for PCI-DIO96 */
+       unsigned int do_readback[4];    /* up to 4 unsigned int suffice to hold 96 bits for PCI-DIO96 */
 
        unsigned long dio_reg_base;     // address of port A of the first 8255 chip on board
 } pcidio_private;