diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-02-04 23:23:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-06 16:53:24 +0000 |
commit | be701306eba49c9157506d4bbe40dbed7969a915 (patch) | |
tree | dd00affeac1e62245f56c0f8de79666423847ca4 /include | |
parent | fd046eb5378f2bc59851fcbc91957d01529fc3db (diff) | |
download | linux-3.10-be701306eba49c9157506d4bbe40dbed7969a915.tar.gz linux-3.10-be701306eba49c9157506d4bbe40dbed7969a915.tar.bz2 linux-3.10-be701306eba49c9157506d4bbe40dbed7969a915.zip |
[MIPS] MT: Nuke duplicate mips_mt_regdump() prototype.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/mipsmtregs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/mipsmtregs.h b/include/asm-mips/mipsmtregs.h index 3e9468f424f..294bca12cd3 100644 --- a/include/asm-mips/mipsmtregs.h +++ b/include/asm-mips/mipsmtregs.h @@ -165,8 +165,6 @@ #ifndef __ASSEMBLY__ -extern void mips_mt_regdump(unsigned long previous_mvpcontrol_value); - static inline unsigned int dvpe(void) { int res = 0; |