]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/tx4927/common/tx4927_dbgio.c
[MIPS] rbtx4927: misc cleanups
[linux-2.6-omap-h63xx.git] / arch / mips / tx4927 / common / tx4927_dbgio.c
index d8423e001b2d7ab5704cdd98ff98df79c4585e6f..ea1ff23f4b725d33617103ce28ae5ad01ea0a5ce 100644 (file)
@@ -28,9 +28,7 @@
  *  with this program; if not, write to the Free Software Foundation, Inc.,
  *  675 Mass Ave, Cambridge, MA 02139, USA.
  */
-
-#include <asm/mipsregs.h>
-#include <asm/system.h>
+#include <linux/types.h>
 
 u8 getDebugChar(void)
 {
@@ -38,7 +36,6 @@ u8 getDebugChar(void)
        return (txx9_sio_kdbg_rd());
 }
 
-
 int putDebugChar(u8 byte)
 {
        extern int txx9_sio_kdbg_wr( u8 ch );