Coding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2007-08-08 09:54:26 +02:00
parent a41de1f0d3
commit 3ba4c2d68f
3 changed files with 56 additions and 59 deletions

View File

@ -86,4 +86,3 @@ int testdram(void)
return (0); return (0);
} }

View File

@ -112,4 +112,3 @@ int board_nand_init(struct nand_chip *nand)
return 0; return 0;
} }
#endif #endif

View File

@ -139,4 +139,3 @@ void uart_port_conf(void)
break; break;
} }
} }