RE: [PATCH] staging: comedi: comedi_8254.h: make self-reliant

2015-05-26 Thread Hartley Sweeten
On Friday, May 22, 2015 10:33 AM, Ian Abbott wrote: The Comedi comedi_8254.h header file is included by various Comedi drivers with timer/counters based on the 8254 chip. The drivers do not compile cleanly if this header file is included first. It uses pointers to the `struct comedi_device`,

[PATCH] staging: comedi: comedi_8254.h: make self-reliant

2015-05-22 Thread Ian Abbott
The Comedi comedi_8254.h header file is included by various Comedi drivers with timer/counters based on the 8254 chip. The drivers do not compile cleanly if this header file is included first. It uses pointers to the `struct comedi_device`, `struct comedi_subdevice`, and `struct comedi_insn`