From: H Hartley Sweeten Date: Wed, 9 Jan 2013 20:32:56 +0000 (-0700) Subject: staging: comedi: comedi_buf: reorder exported function prototypes X-Git-Tag: v3.9-rc1~127^2~429 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae560a14abaf2b76fb486ad08fea9c6c5be640f;p=pandora-kernel.git staging: comedi: comedi_buf: reorder exported function prototypes For aesthetic reasons, reorder the prototypes for the exported comedi_buf_* functions in comedidev.h to follow the function declarations in comedi_buf.c. Also, change a couple of the return values from 'unsigned' to 'unsigned int' to match the value actually returned. Signed-off-by: H Hartley Sweeten Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed