]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/arm920t/at91/at91rm9200_devices.c
Minor coding style cleanup.
[people/ms/u-boot.git] / arch / arm / cpu / arm920t / at91 / at91rm9200_devices.c
index f610a1e5627a991bec56e7118cf6098a437f5ae1..412f502c36b7fc20d41a3876da3309fe0047c664 100644 (file)
@@ -75,11 +75,9 @@ void at91_serial2_hw_init(void)
        writel(1 << ATMEL_ID_USART2, &pmc->pcer);
 }
 
-
 void at91_seriald_hw_init(void)
 {
        at91_set_a_periph(AT91_PIO_PORTA, 30, PUP);             /* DRXD */
        at91_set_a_periph(AT91_PIO_PORTA, 31, 1);               /* DTXD */
        /* writing SYS to PCER has no effect on AT91RM9200 */
 }
-