From: H Hartley Sweeten Date: Fri, 5 Apr 2013 23:12:10 +0000 (-0700) Subject: staging: comedi: serial2002: rename all the static functions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~255 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a058be68bd962842dda7862e80ca18806df8cb2d;p=pandora-kernel.git staging: comedi: serial2002: rename all the static functions Many of the static functions in this driver have names that could potentially clash with external symbols (tty_ioctl, tty_write, etc.). Rename all the static functions so they have a 'serial2002_' prefix to avoid any issues. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed