From: Ian Abbott Date: Fri, 31 Aug 2012 19:41:31 +0000 (+0100) Subject: staging: comedi: das08: Remove pc104 bustype value X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~814 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4865a47fc3f460c3be52e83a8c85af1381aec19f;p=pandora-kernel.git staging: comedi: das08: Remove pc104 bustype value Remove the `pc104` value from `enum das08_bustype` and replace occurrences of it in the code and data with the `isa` value. The code treats them as equivalent anyway with expressions like `(thisboard->bustype == isa || thisboard->bustype == pc104)`. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed