Update of /cvsroot/gc-linux/linux/drivers/block
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29249/drivers/block
Modified Files:
gcn-sd.c
Log Message:
Comment out unused function, avoiding compiler warning.
Update copyright dates.
Index: gcn-sd.c
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/block/gcn-sd.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gcn-sd.c 10 Dec 2004 12:23:34 -0000 1.1
+++ gcn-sd.c 6 Jan 2005 20:08:21 -0000 1.2
@@ -2,9 +2,8 @@
* drivers/block/gcn-sd.c
*
* Nintendo GameCube SD/MMC memory card driver
- * Copyright (C) 2004 The GameCube Linux Team
- *
- * Copyright (C) 2004 by Rob Reilink (ro...@re...)
+ * Copyright (C) 2004-2005 The GameCube Linux Team
+ * Copyright (C) 2004,2005 by Rob Reilink (ro...@re...)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -225,6 +224,7 @@
return FAIL;
}
+#if 0
static int gcn_sd_read_csd(void) {
unsigned char c;
unsigned char data[16];
@@ -252,6 +252,7 @@
return SUCCESS;
}
+#endif
static int gcn_sd_block_read(unsigned long sector,void * data) {
unsigned char c;
|