1
0
Files
linux/drivers
Ian Abbott ab3cb2e30e staging: comedi: add a couple of #includes to comedidev.h
Two structures defined in "comedidev.h" have an element of type
`spinlock_t`, so add `#include <linux/spinlock_types.h>` to declare it.
One structure has an element of type `struct mutex` so add `#include
<linux/mutex.h>` to declare it.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-11-11 16:16:43 -08:00
..
2013-10-11 07:31:47 +05:30
2013-10-19 13:14:34 -07:00
2013-10-16 03:17:47 +01:00
2013-09-13 15:09:52 +02:00
2013-09-13 15:09:52 +02:00
2013-10-01 22:06:15 +01:00
2013-10-16 13:22:16 -07:00
2013-09-26 15:33:23 +03:00