Hi Alan,
These are just a few unused variables that popped up as warnings from
2.4.0-ac3 (I've also (briefly) checked ac4, and didn't notice any changes
in there). Here's hoping that I'm not breaking something...
--
Bruce Harada
[EMAIL PROTECTED]
diff -Nur linux-2.4.0-ac3/drivers/net/tulip/media.c
linux-2.4.0-ac3-bh1/drivers/net/tulip/media.c
--- linux-2.4.0-ac3/drivers/net/tulip/media.c Tue Jan 2 02:54:07 2001
+++ linux-2.4.0-ac3-bh1/drivers/net/tulip/media.c Mon Jan 8 21:28:50 2001
@@ -265,7 +265,6 @@
}
case 5: case 6: {
u16 setup[5];
- u32 csr13val, csr14val, csr15dir, csr15val;
for (i = 0; i < 5; i++)
setup[i] = get_u16(&p[i*2 + 1]);
diff -Nur linux-2.4.0-ac3/mm/filemap.c linux-2.4.0-ac3-bh1/mm/filemap.c
--- linux-2.4.0-ac3/mm/filemap.c Mon Jan 8 21:19:58 2001
+++ linux-2.4.0-ac3-bh1/mm/filemap.c Mon Jan 8 21:22:14 2001
@@ -2499,7 +2499,7 @@
mark_inode_dirty_sync(inode);
while (count) {
- unsigned long bytes, index, offset, partial = 0;
+ unsigned long bytes, index, offset;
char *kaddr;
int deactivate = 1;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/