From: H Hartley Sweeten Date: Mon, 29 Oct 2012 23:52:03 +0000 (-0700) Subject: staging: comedi: addi-data: remove the addi-data #include ifdef'ery X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~839 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6a1578c10a4f3ef94a3c744267f18f9c3642bd;p=pandora-kernel.git staging: comedi: addi-data: remove the addi-data #include ifdef'ery Move the addi-data specific #include's from addi_common.h to the individual driver files. The apci-1710, apci-3200, and apci-3300 drivers still have floating point code in them and are currently disabled in the Kconfig and Makefile. For now, move the fpu_{begin,end} functions from addi_common.c to the main driver file so we can get rid of the #ifdef'ery. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed