From: H Hartley Sweeten Date: Wed, 19 Dec 2012 22:36:00 +0000 (-0700) Subject: staging: comedi: comedi_fops: don't export comedi_get_device_file_info() X-Git-Tag: v3.9-rc1~127^2~535 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b1ad7a80d0a297448893e06f37c775951119d0;p=pandora-kernel.git staging: comedi: comedi_fops: don't export comedi_get_device_file_info() This function is now only used in comedi_fops.c and does not need to be exported. Make it static and move it to avoid forward declarations. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed