From: Greg Kroah-Hartman Date: Wed, 5 May 2010 16:10:31 +0000 (-0700) Subject: Staging: comedi: 8255: fix up previous static markings. X-Git-Tag: v2.6.35-rc1~441^2^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5efe58b83bc5c1d5811800faf03b1089d1ef054;p=pandora-kernel.git 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 Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed