From: Ian Abbott Date: Tue, 14 Aug 2012 15:31:28 +0000 (+0100) Subject: staging: comedi: amplc_dio200: add helper macros to check bus type X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~937 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=858c8ada41c5ff9700f23c6b41adb9586f2983b8;p=pandora-kernel.git staging: comedi: amplc_dio200: add helper macros to check bus type Add helper macro IS_ISA_BOARD(board) to check if the driver supports ISA boards and this is an ISA board, and IS_PCI_BOARD(board) to check if the driver supports PCI boards and this is a PCI board. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed