Staging: comedi: 8255: fix up previous static markings.
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 5 May 2010 16:10:31 +0000 (09:10 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 11 May 2010 18:36:11 +0000 (11:36 -0700)
commitc5efe58b83bc5c1d5811800faf03b1089d1ef054
treec0b1dabb0bacaa4e87b4bd786120340885ce491e
parent1e18c0d5b41ff2b482f1b5178da4f69d3223261c
Staging: comedi: 8255: fix up previous static markings.

Ian pointed out that exported symbols should not be marked as static :)

Fixed this up by properly including the 8255.h file, and fixing
the function prototypes there, as the CONFIG variables were not getting
set so users of the header file were seeing the incorrect function
prototypes.

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/8255.c
drivers/staging/comedi/drivers/8255.h