diff options
author | Adrian McMenamin <adrian@newgolddream.dyndns.info> | 2008-02-06 23:59:56 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-02-14 14:22:08 +0900 |
commit | 87153058b2e3bedfd339dbfec5dd6dd3d98677b0 (patch) | |
tree | 29d4f6ccfd26715bceae9cca05f9ba733ca9f903 | |
parent | b3c69e248176f7a123d519d63e7c0d68783d52c3 (diff) | |
download | linux-3.10-87153058b2e3bedfd339dbfec5dd6dd3d98677b0.tar.gz linux-3.10-87153058b2e3bedfd339dbfec5dd6dd3d98677b0.tar.bz2 linux-3.10-87153058b2e3bedfd339dbfec5dd6dd3d98677b0.zip |
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>
-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 f82c17b7715..35c3474ccf6 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; }; |