diff options
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 | ||