From: James S. <jsi...@us...> - 2002-02-19 17:47:40
|
Update of /cvsroot/linux-mips/linux/include/asm-mips/sibyte In directory usw-pr-cvs1:/tmp/cvs-serv9731/asm-mips/sibyte Modified Files: swarm.h Log Message: Kill dead code. Reformat. Index: swarm.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/sibyte/swarm.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- swarm.h 8 Nov 2001 17:28:25 -0000 1.1 +++ swarm.h 19 Feb 2002 17:47:37 -0000 1.2 @@ -16,8 +16,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _SWARM_H -#define _SWARM_H +#ifndef _ASM_SIBYTE_SWARM_H +#define _ASM_SIBYTE_SWARM_H #define KERNEL_RESERVED_MEM 0x100000 #define LED_BASE_ADDR 0x100a0020 @@ -26,4 +26,4 @@ void setleds(char *str); -#endif +#endif /* _ASM_SIBYTE_SWARM_H */ |