From: Ian Abbott Date: Fri, 8 Nov 2013 15:03:23 +0000 (+0000) Subject: staging: comedi: add a couple of #includes to comedidev.h X-Git-Tag: v3.14-rc1~150^2~775^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3cb2e30ec8223777f6ea4696ba24191ffc5c72;p=pandora-kernel.git 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 ` to declare it. One structure has an element of type `struct mutex` so add `#include ` to declare it. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed