]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/bmw/ns16550.c
* Code cleanup:
[karo-tx-uboot.git] / board / bmw / ns16550.c
index b6b6f4c99a2d1f74e453e181d36f0a45a7365cbd..b1c28eb264a79c2fa00635b5c06c0f969eecf1cb 100644 (file)
@@ -55,6 +55,3 @@ int NS16550_tstc(volatile struct NS16550 *com_port)
 {
  return ((com_port->lsr & LSR_DR) != 0);
 }
-
-
-