staging: comedi: das08: Remove pc104 bustype value
authorIan Abbott <abbotti@mev.co.uk>
Fri, 31 Aug 2012 19:41:31 +0000 (20:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 19:00:41 +0000 (12:00 -0700)
commit4865a47fc3f460c3be52e83a8c85af1381aec19f
treefd743f966693db3bb67d9bf55cb4bdaffd62a0c5
parentc283cf384a7debe3fa421c4f77a375e111e8fcb5
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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c
drivers/staging/comedi/drivers/das08.h