]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ddr: altera: Move struct sdram_prot_rule prototype
authorMarek Vasut <marex@denx.de>
Sun, 26 Jul 2015 08:37:54 +0000 (10:37 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:20 +0000 (08:17 +0200)
commitdab4e6881df028a85559aa33b73c5635bbe8fd02
treeda44216f0455e6c381a5c2be761961902259a6c0
parentaaa162ef28adf841bf957f0b961a7b6942aae36d
ddr: altera: Move struct sdram_prot_rule prototype

Move the structure prototype from sdram.h header file into sdram.c
source file, since it is used only there and for local purpose only.
There is no point in having it global.

While at this move, fix the data types in the structure from uintNN_t
to uNN and fix the coding style a bit.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/mach-socfpga/include/mach/sdram.h
drivers/ddr/altera/sdram.c