Skip to content

Commit

Permalink
maple: Drop unused prototypes from linux/maple.h.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian McMenamin authored and Paul Mundt committed Feb 14, 2008
1 parent b3c69e2 commit 8715305
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 @@ -56,7 +56,6 @@ struct maple_device {
unsigned char port, unit;
char product_name[32];
char product_licence[64];
int registered;
struct device dev;
};

Expand Down

0 comments on commit 8715305

Please sign in to comment.