diff options
Diffstat (limited to 'include/linux/enclosure.h')
-rw-r--r-- | include/linux/enclosure.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/enclosure.h b/include/linux/enclosure.h index a835d335b924..807622b252a4 100644 --- a/include/linux/enclosure.h +++ b/include/linux/enclosure.h | |||
@@ -79,6 +79,7 @@ struct enclosure_component_callbacks { | |||
79 | int (*set_locate)(struct enclosure_device *, | 79 | int (*set_locate)(struct enclosure_device *, |
80 | struct enclosure_component *, | 80 | struct enclosure_component *, |
81 | enum enclosure_component_setting); | 81 | enum enclosure_component_setting); |
82 | int (*show_id)(struct enclosure_device *, char *buf); | ||
82 | }; | 83 | }; |
83 | 84 | ||
84 | 85 | ||