]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/emk/top9000/spi.c
Merge branch 'master' of /home/wd/git/u-boot/custodians
[karo-tx-uboot.git] / board / emk / top9000 / spi.c
index b4689483ac058643f028ade0d66218d8d91d2ebe..b957986e1564fe6b5f3c9c2a1f55699833accfa1 100644 (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,
                cs_to_portbit[slave->bus][slave->cs].bit, 1);
 }
-