ddr: altera: Move struct sdram_prot_rule prototype
authorMarek Vasut <marex@denx.de>
Sun, 26 Jul 2015 08:37:54 +0000 (10:37 +0200)
committerMarek Vasut <marex@denx.de>
Sat, 8 Aug 2015 12:14:05 +0000 (14:14 +0200)
commit42f7ebb82bce6f145ded1a469b1377fee34d32fa
tree0a54416009bf9c8d5c8c4235b0a5603062d37663
parentd04941cf3314c4b1f75f5c5d543b0c6257eff1ee
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