From: H Hartley Sweeten Date: Fri, 12 Apr 2013 17:11:54 +0000 (-0700) Subject: staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5660e7427113eff85ae712af9cf98c8c5bd368e3;p=pandora-kernel.git staging: comedi: use EXPORT_SYMBOL_GPL() for all exported symbols Comedi is licensed under GPL. Some if its exports are currently EXPORT_SYMBOL() and others are EXPORT_SYMBOL_GPL(). Change them all to EXPORT_SYMBOL_GPL() and see if anyone reports any fall out. If any of the symbols "need" to be EXPORT_SYMBOL() they will be addressed as needed. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed