Staging: comedi: add #include <linux/io.h> to a bunch of drivers
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Jun 2011 19:20:28 +0000 (12:20 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Jun 2011 19:20:28 +0000 (12:20 -0700)
On some arches the function virt_to_bus() wasn't being pulled in due to
include chains being different.  So, as we are explicitly calling this
function, explicitly include the proper header file so all will build
properly.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found