From: Sathya Perla Date: Fri, 6 Feb 2015 13:18:35 +0000 (-0500) Subject: be2net: move un-exported routines from be.h to respective src files X-Git-Tag: fixes-v4.0-rc1~150^2~23^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7062ee5e44a044da41cdae8370368314103a930;p=pandora-kernel.git be2net: move un-exported routines from be.h to respective src files Routines that are called only inside one src file must remain in that file itself. Including them in a header file that is used for exporting routine/struct definitions, causes unnecessary compilation of other src files, when such a routine is modified. Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed