[PATCH] maple: remove unused variable

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: linux-sh <linux-sh@...>, Paul Mundt <lethal@...>
Cc: LKML <linux-kernel@...>
Date: Saturday, February 16, 2008 - 7:37 pm

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;
 };
 


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] maple: remove unused variable, Adrian McMenamin, (Sat Feb 16, 7:37 pm)
Re: [PATCH] maple: remove unused variable, Paul Mundt, (Tue Feb 26, 1:22 am)