Re: [U-Boot] [PATCH V2] MXS: Add static annotations to dma driver

2011-11-25 Thread Stefano Babic
On 23/11/2011 21:59, Marek Vasut wrote: > 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 > Cc: Stefano Babic > Cc: W

Re: [U-Boot] [PATCH V2] MXS: Add static annotations to dma driver

2011-11-24 Thread Stefano Babic
On 23/11/2011 21:59, Marek Vasut wrote: > 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 > Cc: Stefano Babic > Cc: W

[U-Boot] [PATCH V2] MXS: Add static annotations to dma driver

2011-11-23 Thread Marek Vasut
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 Cc: Stefano Babic Cc: Wolfgang Denk --- arch/arm/include/asm/arch-mx28/dma.