]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: comedi: add a couple of #includes to comedidev.h
authorIan Abbott <abbotti@mev.co.uk>
Fri, 8 Nov 2013 15:03:23 +0000 (15:03 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2013 00:16:43 +0000 (16:16 -0800)
commitab3cb2e30ec8223777f6ea4696ba24191ffc5c72
tree3d18e845a3ddfe2d5abed9507518e26943a596ab
parentc265be0121154709a0b16f13c87ff58245ba81bc
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>
drivers/staging/comedi/comedidev.h