commit | 4742c265ab4a3439a26a8f25d217b1228c4601c9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Wed Nov 23 10:59:13 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:40 2011 +0100 |
tree | 51ddde2776cbe12d905b7fc91862a046a7179bf5 | |
parent | 98ee923b0fb00abab5d747d99d48fba7b423a15f [diff] |
MXS: Add static annotations to dma driver Some functions were internal to the apbh dma driver, so annotate them static. Some of the functions weren't used at all so drop them. This makes the U-Boot binary smaller by about 1500 bytes. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Wolfgang Denk <wd@denx.de> Acked-by: Stefano Babic <sbabic@denx.de>