diff options
author | Adrian McMenamin <adrian@newgolddream.dyndns.info> | 2008-02-06 18:59:56 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 00:22:08 -0500 |
commit | 87153058b2e3bedfd339dbfec5dd6dd3d98677b0 (patch) | |
tree | 29d4f6ccfd26715bceae9cca05f9ba733ca9f903 /include/linux/maple.h | |
parent | b3c69e248176f7a123d519d63e7c0d68783d52c3 (diff) |
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>
Diffstat (limited to 'include/linux/maple.h')
-rw-r--r-- | 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 f82c17b77158..35c3474ccf68 100644 --- a/include/linux/maple.h +++ b/include/linux/maple.h | |||
@@ -56,7 +56,6 @@ struct maple_device { | |||
56 | unsigned char port, unit; | 56 | unsigned char port, unit; |
57 | char product_name[32]; | 57 | char product_name[32]; |
58 | char product_licence[64]; | 58 | char product_licence[64]; |
59 | int registered; | ||
60 | struct device dev; | 59 | struct device dev; |
61 | }; | 60 | }; |
62 | 61 | ||