From: Ian Abbott Date: Thu, 16 Aug 2012 11:24:08 +0000 (+0100) Subject: staging: comedi: amplc_pc236: add helper functions to check bus type X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~907 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=409861ff73c1bde35993da3d2b976ec8b9c107ea;p=pandora-kernel.git staging: comedi: amplc_pc236: add helper functions to check bus type Add inline helper function 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