The patch titled maple: remove unused variable has been removed from the -mm tree. Its filename was maple-remove-unused-variable.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: maple: remove unused variable From: Adrian McMenamin <adrian@xxxxxxxxxxxxxxxxxxxxxxxx> Remove an unused variable from the definition of struct maple_device Signed-off-by: Adrian McMenamin <adrian@xxxxxxxxxxxxxxxxx> Cc: Dmitry Torokhov <dtor@xxxxxxx> Cc: Paul Mundt <lethal@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/maple.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/maple.h~maple-remove-unused-variable include/linux/maple.h --- a/include/linux/maple.h~maple-remove-unused-variable +++ a/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, _ Patches currently in -mm which might be from adrian@xxxxxxxxxxxxxxxxxxxxxxxx are maple-allow-removal-and-reinsertion-of-keyboard-driver-module.patch maple-add-driver-for-sega-dreamcast-controller.patch git-sh.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html