Many of the ADDI-DATA drivers have been separated from the "addi_common" code and cleaned up. Because of this cleanup there are some unnecessary members hanging around in the private data struct and a number of defines that don't add any sigificant clarity to the remaining drivers in the addi-data directory. Remove this cruft. H Hartley Sweeten (6): staging: comedi: addi_common.h: remove 'b_SingleDiff' from private data staging: comedi: addi_common.h: remove APCI1710_SAVE_INTERRUPT define staging: comedi: addi_common.h: remove ADDI_{EN,DIS}ABLE defines staging: comedi: addi_common.h: remove ADDIDATA_{EN,DIS}ABLE defines staging: comedi: addi_common.h: remove {LO,HI}WORD macros staging: comedi: addi_common.h: remove ADDIDATA_* defines .../staging/comedi/drivers/addi-data/addi_common.c | 10 +- .../staging/comedi/drivers/addi-data/addi_common.h | 20 ---- .../comedi/drivers/addi-data/hwdrv_apci035.c | 9 +- .../comedi/drivers/addi-data/hwdrv_apci1564.c | 10 +- .../comedi/drivers/addi-data/hwdrv_apci3120.c | 16 +-- .../comedi/drivers/addi-data/hwdrv_apci3200.c | 109 +++++---------------- drivers/staging/comedi/drivers/addi_apci_035.c | 2 +- drivers/staging/comedi/drivers/addi_apci_1500.c | 2 +- drivers/staging/comedi/drivers/addi_apci_3120.c | 11 +-- drivers/staging/comedi/drivers/addi_apci_3200.c | 8 +- 10 files changed, 52 insertions(+), 145 deletions(-) -- 1.9.2 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel