commit | f7062ee5e44a044da41cdae8370368314103a930 | [log] [tgz] |
---|---|---|
author | Sathya Perla <sathya.perla@emulex.com> | Fri Feb 06 08:18:35 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 07 22:50:57 2015 -0800 |
tree | fd7983d7a5b9d9d7387cc719a04ae3afa2a55e51 | |
parent | 1fd0bddb618aa970b87e7907a5703682aa119a6f [diff] |
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 <sathya.perla@emulex.com> Signed-off-by: David S. Miller <davem@davemloft.net>