From: Mark Pearson Date: Sun, 10 Jul 2011 19:16:38 +0000 (+0200) Subject: Staging: comedi: Fixed coding style issues. X-Git-Tag: v3.2-rc1~169^2^2~864^2~394 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5283a4bb8f5ef274e9de58c751edb2a2d66bef4;p=pandora-kernel.git Staging: comedi: Fixed coding style issues. comedi_fops.c : A forward decleration was declared as extern although it is a function private to this file. Changed the decleration to static. Signed-off-by: Mark Pearson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed