From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian McMenamin Date: Sat, 16 Feb 2008 23:37:33 +0000 Subject: [PATCH] maple: remove unused variable Message-Id: <1203205053.6737.17.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh , Paul Mundt Cc: LKML Remove an unused variable from the definition of struct maple_device Signed-off-by: Adrian McMenamin --- 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; };