]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/console/serial_general.c
xnu-3789.41.3.tar.gz
[apple/xnu.git] / osfmk / console / serial_general.c
index a2d78e79ae77e064173a7d8e22890c3e0cc4e5fa..28d5737cd2d16ed1e84caf78ac4aa8b773f69ad1 100644 (file)
@@ -32,8 +32,6 @@
  * @APPLE_FREE_COPYRIGHT@
  */
 
-#include <mach_kdb.h>
-#include <platforms.h>
 #include <kern/spl.h>
 #include <mach/std_types.h>
 #include <types.h>
@@ -80,7 +78,6 @@ serial_keyboard_poll(void)
        int chr;
        uint64_t next;
 
-
        while(1) {
                chr = _serial_getc(0, 1, 0, 1); /* Get a character if there is one */
                if(chr < 0) /* The serial buffer is empty */