maple: Drop unused prototypes from linux/maple.h.
authorAdrian McMenamin <adrian@newgolddream.dyndns.info>
Wed, 6 Feb 2008 23:59:56 +0000 (23:59 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 14 Feb 2008 05:22:08 +0000 (14:22 +0900)
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 <adrian@mcmen.demon.co.uk>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/linux/maple.h

index f82c17b77158626ee254ba43d0cad343f8a1aa0b..35c3474ccf6843623ee131adf439cad5784d52c1 100644 (file)
@@ -56,7 +56,6 @@ struct maple_device {
        unsigned char port, unit;
        char product_name[32];
        char product_licence[64];
-       int registered;
        struct device dev;
 };