diff options
author | Adrian McMenamin <adrian@newgolddream.dyndns.info> | 2008-02-16 23:37:33 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-26 14:03:47 +0900 |
commit | 24d10f0c37d301e88f6965e3dc0aa684311544e5 (patch) | |
tree | 12e22352d05e0921c26b2e036e13302562059e51 /include/linux/maple.h | |
parent | 8ef97dd7a8721882732ea8041fc07c80be3882ba (diff) |
maple: remove unused variable
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>
Diffstat (limited to 'include/linux/maple.h')
-rw-r--r-- | include/linux/maple.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/maple.h b/include/linux/maple.h index 3f01e2bae1a1..d31e36ebb436 100644 --- a/include/linux/maple.h +++ b/include/linux/maple.h @@ -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, |