Skip to content

Commit

Permalink
maple: remove unused variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian McMenamin authored and Paul Mundt committed Feb 26, 2008
1 parent 8ef97dd commit 24d10f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/maple.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 24d10f0

Please sign in to comment.