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>
This commit is contained in:

committed by
Paul Mundt

parent
8ef97dd7a8
commit
24d10f0c37
@@ -64,7 +64,6 @@ struct maple_driver {
|
|||||||
int (*connect) (struct maple_device * dev);
|
int (*connect) (struct maple_device * dev);
|
||||||
void (*disconnect) (struct maple_device * dev);
|
void (*disconnect) (struct maple_device * dev);
|
||||||
struct device_driver drv;
|
struct device_driver drv;
|
||||||
int registered;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void maple_getcond_callback(struct maple_device *dev,
|
void maple_getcond_callback(struct maple_device *dev,
|
||||||
|
Reference in New Issue
Block a user