[PATCH 4/11] input: Remove unused var from serio struct

Vojtech Pavlik (vojtech@ucw.cz)
Sat, 21 Jun 2003 15:51:57 +0200


You can pull this changeset from:
bk://kernel.bkbits.net/vojtech/input

===================================================================

ChangeSet@1.1362, 2003-06-21 04:35:24-07:00, davej@codemonkey.org.uk
input: remove unused var from serio struct

serio.h | 1 -
1 files changed, 1 deletion(-)

===================================================================

diff -Nru a/include/linux/serio.h b/include/linux/serio.h
--- a/include/linux/serio.h Sat Jun 21 15:25:14 2003
+++ b/include/linux/serio.h Sat Jun 21 15:25:14 2003
@@ -26,7 +26,6 @@
void *driver;
char *name;
char *phys;
- int number;

unsigned short idbus;
unsigned short idvendor;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/