From: H Hartley Sweeten Date: Tue, 25 Jun 2013 00:04:43 +0000 (-0700) Subject: staging: comedi: don't rely on comedidev.h to include headers X-Git-Tag: v3.12-rc1~183^2~738 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce157f8032bbd46d9427034c335b0afd751da25d;p=pandora-kernel.git staging: comedi: don't rely on comedidev.h to include headers comedidev.h is the main kernel header for comedi. Every comedi driver includes this header which then includes a number of headers. All the drivers need and some of them need . The rest are not needed by any of the drivers. Remove all the includes in comedidev.h except for , which is needed to pick up the enum dma_data_direction for the comedi_subdevice definition, and "comedi.h", which is the uapi header for comedi. Add to all the comedi drivers and to the couple that need it. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed