]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/comedi/drivers/cb_pcidda.c
staging: comedi: cb_pcidda: cleanup the private data
[~andy/linux] / drivers / staging / comedi / drivers / cb_pcidda.c
index ad67373679e58e55989d3ba20e40b132c55a3349..6e504ddde862a463a3e4b4f7466c820b034edcc6 100644 (file)
@@ -203,20 +203,9 @@ static const struct cb_pcidda_board cb_pcidda_boards[] = {
         },
 };
 
-/*
- * this structure is for data unique to this hardware driver.  If
- * several hardware drivers keep similar information in this structure,
- * feel free to suggest moving the variable to the struct comedi_device
- * struct.
- */
 struct cb_pcidda_private {
-       int data;
-
        unsigned long digitalio;
 
-       /* unsigned long control_status; */
-       /* unsigned long adc_fifo; */
-
        /* bits last written to da calibration register 1 */
        unsigned int dac_cal1_bits;
        /* current range settings for output channels */