From: Ian Abbott Date: Fri, 22 May 2015 15:21:36 +0000 (+0100) Subject: staging: comedi: 8255.h: don't include "../comedidev.h" X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~547 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2c9deac56da9a5a56c32c4cb6ec3d6bad25ad84;p=pandora-kernel.git staging: comedi: 8255.h: don't include "../comedidev.h" The Comedi "8255.h" header doesn't use anything from "comedidev.h" apart from `struct comedi_device` and `struct comedi_subdevice`, which are only used to construct corresponding pointer types within the parameter lists of function prototypes. Just declare those structure types incompletely and don't bother including "comedidev.h". Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed