mirror of
https://github.com/adulau/aha.git
synced 2025-01-05 15:43:22 +00:00
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 <adrian@mcmen.demon.co.uk> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
b3c69e2481
commit
87153058b2
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ struct maple_device {
|
||||||
unsigned char port, unit;
|
unsigned char port, unit;
|
||||||
char product_name[32];
|
char product_name[32];
|
||||||
char product_licence[64];
|
char product_licence[64];
|
||||||
int registered;
|
|
||||||
struct device dev;
|
struct device dev;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue