[xtensa-cvscommit] linux/arch/xtensa/platform-iss console.c,1.2,1.3
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-07-25 00:19:42
|
Update of /cvsroot/xtensa/linux/arch/xtensa/platform-iss
In directory sc8-pr-cvs1:/tmp/cvs-serv3104/arch/xtensa/platform-iss
Modified Files:
console.c
Log Message:
Fix multiple-defined symbols which causes build to fail.
Index: console.c
===================================================================
RCS file: /cvsroot/xtensa/linux/arch/xtensa/platform-iss/console.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** console.c 13 Feb 2003 18:19:22 -0000 1.2
--- console.c 25 Jul 2003 00:19:37 -0000 1.3
***************
*** 400,404 ****
}
! int rs_read_proc(char *page, char **start, off_t off, int count,
int *eof, void *data)
{
--- 400,404 ----
}
! static int rs_read_proc(char *page, char **start, off_t off, int count,
int *eof, void *data)
{
|