From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Mon, 3 Aug 2015 10:55:10 -0500 Subject: [U-Boot] [PATCH 02/15] ddr: altera: sequencer: Clean up mach/sdram.h In-Reply-To: <1438557722-5254-3-git-send-email-marex@denx.de> References: <1438557722-5254-1-git-send-email-marex@denx.de> <1438557722-5254-3-git-send-email-marex@denx.de> Message-ID: <55BF8EDE.3050600@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/02/2015 06:21 PM, Marek Vasut wrote: > Zap non-existent functions and place function prototypes at the > beginning of the header file. > > Signed-off-by: Marek Vasut > --- > arch/arm/mach-socfpga/include/mach/sdram.h | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > Acked-by: Dinh Nguyen Thanks, Dinh