diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-02-10 14:13:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-02-14 19:13:25 +0000 |
commit | fbb6b3a4ac0ccf12a97c98881d9d873d6dc26fe5 (patch) | |
tree | 142b03c1852dec27cbb3a3654c34679e19617a2b /include/asm-mips | |
parent | 3218357c94af92478ef39163163a81e654385320 (diff) | |
download | op-kernel-dev-fbb6b3a4ac0ccf12a97c98881d9d873d6dc26fe5.zip op-kernel-dev-fbb6b3a4ac0ccf12a97c98881d9d873d6dc26fe5.tar.gz |
[MIPS] Get rid of kludgery needed to keep stdargs of old compilers working.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/gcc/sgidefs.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-mips/gcc/sgidefs.h b/include/asm-mips/gcc/sgidefs.h deleted file mode 100644 index 0599437..0000000 --- a/include/asm-mips/gcc/sgidefs.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * include/sgidefs.h - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file "COPYING" in the main directory of this archive - * for more details. - * - * Copyright (C) 1996 by Ralf Baechle - * - * This file is here to satisfy GCC's expectations. - */ -#ifndef __SGIDEFS_H -#define __SGIDEFS_H - -#include <asm/sgidefs.h> - -#endif /* __SGIDEFS_H */ |