commit | 53978b46cd946ef1dba96ed6d0276ff656dd5d42 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Apr 21 15:58:28 2010 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 21 15:58:28 2010 -0700 |
tree | 46a30d962a321a0580962a9e3d750621728a05a7 | |
parent | ce6e74f23d8018f50609f694b6177c139486ebe5 [diff] |
RDMA/nes: Make unnecessarily global functions static This allows the compiler to do a bit better; on my x86-64 build: add/remove: 0/2 grow/shrink: 1/0 up/down: 2288/-2365 (-77) function old new delta nes_init_phy 273 2561 +2288 nes_init_1g_phy 469 - -469 nes_init_2025_phy 1896 - -1896 Signed-off-by: Roland Dreier <rolandd@cisco.com>