diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-17 04:19:14 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-17 04:19:14 +0000 |
commit | 4c327fbad8840f5404cbbca9a085f00981aa8d96 (patch) | |
tree | 4cfc5c3f0a381a8531c2c67b15926393a0f597bf /arch/mips/lib | |
parent | 67ad0f33e01b562631d0e693a722547d847705f6 (diff) |
Removed; nothing was ever using it.
Diffstat (limited to 'arch/mips/lib')
-rw-r--r-- | arch/mips/lib/byteorder.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/mips/lib/byteorder.c b/arch/mips/lib/byteorder.c deleted file mode 100644 index 188ed4b44..000000000 --- a/arch/mips/lib/byteorder.c +++ /dev/null @@ -1,13 +0,0 @@ - -/* - * Library versions of the ntoh and hton functions. These are needed - * so that the address of the functions can be used. - * - * 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 - */ -#define __EXTERN_INLINE -#include <asm/byteorder.h> |