RE: [PATCH 3/6] staging: comedi: addi_apci_1564: introduce apci1564_private struct

2014-05-30 Thread Hartley Sweeten
On Thursday, May 29, 2014 9:43 PM, Chase Southwood wrote: > The addi_private struct defined in addi-data/addi_common.h is very bloated > and contains many fields which addi_apci_1564 does not require. In the > interest of eventually removing this driver's dependency on > addi_common.h, we can

RE: [PATCH 3/6] staging: comedi: addi_apci_1564: introduce apci1564_private struct

2014-05-30 Thread Hartley Sweeten
On Thursday, May 29, 2014 9:43 PM, Chase Southwood wrote: The addi_private struct defined in addi-data/addi_common.h is very bloated and contains many fields which addi_apci_1564 does not require. In the interest of eventually removing this driver's dependency on addi_common.h, we can create

[PATCH 3/6] staging: comedi: addi_apci_1564: introduce apci1564_private struct

2014-05-29 Thread Chase Southwood
The addi_private struct defined in addi-data/addi_common.h is very bloated and contains many fields which addi_apci_1564 does not require. In the interest of eventually removing this driver's dependency on addi_common.h, we can create a private data struct specifically for addi_apci_1564

[PATCH 3/6] staging: comedi: addi_apci_1564: introduce apci1564_private struct

2014-05-29 Thread Chase Southwood
The addi_private struct defined in addi-data/addi_common.h is very bloated and contains many fields which addi_apci_1564 does not require. In the interest of eventually removing this driver's dependency on addi_common.h, we can create a private data struct specifically for addi_apci_1564