From: Adrian McMenamin Date: Wed, 6 Feb 2008 23:59:56 +0000 (+0000) Subject: maple: Drop unused prototypes from linux/maple.h. X-Git-Tag: firefly_0821_release~22403^2~37 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87153058b2e3bedfd339dbfec5dd6dd3d98677b0;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Paul Mundt --- diff --git a/include/linux/maple.h b/include/linux/maple.h index f82c17b77158..35c3474ccf68 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; };