From: Ian Abbott Date: Fri, 22 May 2015 17:15:57 +0000 (+0100) Subject: staging: comedi: amplc_dio200.h: make self-reliant X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~543 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea6663284dc47c5afdd26175f0b7f6992f6b627;p=pandora-kernel.git staging: comedi: amplc_dio200.h: make self-reliant The Comedi "amplc_dio200.h" header file included by drivers for Amplicon DIO200 series cards does not compile cleanly when it is the first header included by the ".c" file. It uses `struct comedi_device *` in the parameter lists of some function prototypes, so just declare `struct comedi_device` as an incomplete type. It also uses `bool`, so include to declare it. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed