Coding style (white space) cleanup.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2010-12-17 10:14:09 +01:00
parent fc1ff1971a
commit d177e444a6
4 changed files with 94 additions and 97 deletions

View File

@ -58,4 +58,3 @@ void spi_cs_deactivate(struct spi_slave *slave)
at91_set_pio_output(cs_to_portbit[slave->bus][slave->cs].port, at91_set_pio_output(cs_to_portbit[slave->bus][slave->cs].port,
cs_to_portbit[slave->bus][slave->cs].bit, 1); cs_to_portbit[slave->bus][slave->cs].bit, 1);
} }

View File

@ -31,4 +31,3 @@
# For use with external or internal boots. # For use with external or internal boots.
CONFIG_SYS_TEXT_BASE = 0x80008000 CONFIG_SYS_TEXT_BASE = 0x80008000

View File

@ -311,4 +311,3 @@ extern void read_factory_r(void);
#endif #endif
#endif #endif