From: Ian Abbott Date: Fri, 22 May 2015 16:32:03 +0000 (+0100) Subject: staging: comedi: addi_watchdog.h: don't include "../comedidev.h" X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~538 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e57180c85a0b9b471327c69679fb81fd36578897;p=pandora-kernel.git staging: comedi: addi_watchdog.h: don't include "../comedidev.h" The Comedi "addi_watchdog.h" header doesn't use anything form "comedidev.h" apart from `struct comedi_subdevice`, which it only uses to construct a corresponding pointer type within the parameter list of a function prototype. Just declare the structure type incompletely and don't bother including the header file. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed