From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 22 Nov 2011 23:47:02 +0100 Subject: [U-Boot] [PATCH] [RFC] MXS: Add static annotations to dma driver In-Reply-To: <1321987373-26607-1-git-send-email-marek.vasut@gmail.com> References: <1321987373-26607-1-git-send-email-marek.vasut@gmail.com> Message-ID: <201111222347.02571.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 Tested-by: Marek Vasut Stefano, can you please apply ? M