public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] maple: remove unused variable
@ 2008-02-16 23:37 Adrian McMenamin
  2008-02-26  5:22 ` Paul Mundt
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian McMenamin @ 2008-02-16 23:37 UTC (permalink / raw)
  To: linux-sh, Paul Mundt; +Cc: LKML

Remove an unused variable from the definition of struct maple_device

Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
---

diff -ruN a/include/linux/maple.h b/include/linux/maple.h
--- a/include/linux/maple.h	2008-02-16 20:52:09.000000000 +0000
+++ b/include/linux/maple.h	2008-02-16 21:42:06.000000000 +0000
@@ -64,7 +64,6 @@
 	int (*connect) (struct maple_device * dev);
 	void (*disconnect) (struct maple_device * dev);
 	struct device_driver drv;
-	int registered;
 };
 



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

end of thread, other threads:[~2008-02-26  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-16 23:37 [PATCH] maple: remove unused variable Adrian McMenamin
2008-02-26  5:22 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox