maple: remove unused variable
authorAdrian McMenamin <adrian@newgolddream.dyndns.info>
Sat, 16 Feb 2008 23:37:33 +0000 (23:37 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 26 Feb 2008 05:03:47 +0000 (14:03 +0900)
Remove an unused variable from the definition of struct maple_device

Signed-off-by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/linux/maple.h

index 3f01e2b..d31e36e 100644 (file)
@@ -64,7 +64,6 @@ struct maple_driver {
        int (*connect) (struct maple_device * dev);
        void (*disconnect) (struct maple_device * dev);
        struct device_driver drv;
-       int registered;
 };
 
 void maple_getcond_callback(struct maple_device *dev,