Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=87153058b2e3bedfd339dbfec5dd6dd3d98677b0 Commit: 87153058b2e3bedfd339dbfec5dd6dd3d98677b0 Parent: b3c69e248176f7a123d519d63e7c0d68783d52c3 Author: Adrian McMenamin <[EMAIL PROTECTED]> AuthorDate: Wed Feb 6 23:59:56 2008 +0000 Committer: Paul Mundt <[EMAIL PROTECTED]> CommitDate: Thu Feb 14 14:22:08 2008 +0900
maple: Drop unused prototypes from linux/maple.h. This patch removes the now unneeded registration check variable from struct maple_device. (This patch assumes the include/linux/maple.h file has already been patched for whitespace errors by http://lkml.org/lkml/2008/2/6/327) Signed-off-by: Adrian McMenamin <[EMAIL PROTECTED]> Signed-off-by: Paul Mundt <[EMAIL PROTECTED]> --- 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 f82c17b..35c3474 100644 --- a/include/linux/maple.h +++ b/include/linux/maple.h @@ -56,7 +56,6 @@ struct maple_device { unsigned char port, unit; char product_name[32]; char product_licence[64]; - int registered; struct device dev; }; - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html