commit | 94f3457f4da43a44f17789f3e0bc8fb2ee9593ca | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Sun Aug 05 16:54:41 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 10 15:26:52 2012 -0400 |
tree | 27e0750109b8bfe27b5c97b2b3f3d170850d274a | |
parent | 9bc63816be9bf504414d350e605a4b30f857907d [diff] |
bcma: make some functions static The functions and structs are not used in an other file and the prototypes are in no header file, just make them static so the compiler is able to optimize them better. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>