diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-08-28 00:28:09 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 23:46:02 +0100 |
commit | a02eb8da02741f43efb6f06adf534f9f2b913d80 (patch) | |
tree | 3913502d4c3e371a872fdcc1cf1484a8eb366dd4 /arch/mips/tx4927/common/tx4927_dbgio.c | |
parent | 4e45171c4e31578157189ca22cfb7b2bcc5f69f2 (diff) | |
download | op-kernel-dev-a02eb8da02741f43efb6f06adf534f9f2b913d80.zip op-kernel-dev-a02eb8da02741f43efb6f06adf534f9f2b913d80.tar.gz |
[MIPS] tx4927: Cleanup unused macros and non-standard IO accessors.
This patch removes many unused constants, replaces non-standard IO
accessors with standard ones, and kills terrible tx4927_mips.h file.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/tx4927/common/tx4927_dbgio.c')
-rw-r--r-- | arch/mips/tx4927/common/tx4927_dbgio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/tx4927/common/tx4927_dbgio.c b/arch/mips/tx4927/common/tx4927_dbgio.c index 09bdf2b..d8423e0 100644 --- a/arch/mips/tx4927/common/tx4927_dbgio.c +++ b/arch/mips/tx4927/common/tx4927_dbgio.c @@ -31,7 +31,6 @@ #include <asm/mipsregs.h> #include <asm/system.h> -#include <asm/tx4927/tx4927_mips.h> u8 getDebugChar(void) { |