]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lib:lmb: use __weak
authorJeroen Hofstee <jeroen@myspectrum.nl>
Thu, 26 Jun 2014 18:04:37 +0000 (20:04 +0200)
committerTom Rini <trini@ti.com>
Fri, 18 Jul 2014 21:53:23 +0000 (17:53 -0400)
commit2c34f3f547ba2bdaac44bb9582df032f3b6c4f6e
tree874e52fd3b8782a0508b135491a559bca63d14cd
parentcc64b92cdee921536a00e66568fd36cff3d35420
lib:lmb: use __weak

This not only looks a bit better it also prevents a
warning with W=1 (no previous prototype).

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
lib/lmb.c