]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
Staging: comedi: cb_pcidas64: fix up build warnings
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 5 May 2010 16:12:13 +0000 (09:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:11 +0000 (11:36 -0700)
commit318a5b2a505fe7a99f0d89889e7a84d57ec49b15
tree3d6ec6df51497abe45b39893ef2f4341e42df0f8
parentc5efe58b83bc5c1d5811800faf03b1089d1ef054
Staging: comedi: cb_pcidas64: fix up build warnings

Now that the 8255.h file is being included properly, we were
using the incorrect function prototypes, which causes a build
warning now.  This fixes it up and preserves the __iomem markings that
sparse wants to see.

Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/cb_pcidas64.c