bcma: make some functions static
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 5 Aug 2012 14:54:41 +0000 (16:54 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Aug 2012 19:26:52 +0000 (15:26 -0400)
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>

No differences found