linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* remove unused var from serio struct
@ 2003-03-24 16:41 davej
  2003-06-14 22:09 ` Vojtech Pavlik
  0 siblings, 1 reply; 2+ messages in thread
From: davej @ 2003-03-24 16:41 UTC (permalink / raw)
  To: vojtech; +Cc: linux-kernel

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/include/linux/serio.h linux-2.5/include/linux/serio.h
--- bk-linus/include/linux/serio.h	2003-03-08 09:57:59.000000000 +0000
+++ linux-2.5/include/linux/serio.h	2003-02-13 22:21:33.000000000 +0000
@@ -25,7 +25,6 @@ struct serio {
 	void *driver;
 	char *name;
 	char *phys;
-	int number;
 
 	unsigned short idbus;
 	unsigned short idvendor;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-14 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-24 16:41 remove unused var from serio struct davej
2003-06-14 22:09 ` Vojtech Pavlik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).