diff options
Diffstat (limited to 'include/linux/raid_class.h')
-rw-r--r-- | include/linux/raid_class.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/raid_class.h b/include/linux/raid_class.h index d0dd38b3a2fd..d22ad392242a 100644 --- a/include/linux/raid_class.h +++ b/include/linux/raid_class.h | |||
@@ -77,5 +77,6 @@ DEFINE_RAID_ATTRIBUTE(enum raid_state, state) | |||
77 | struct raid_template *raid_class_attach(struct raid_function_template *); | 77 | struct raid_template *raid_class_attach(struct raid_function_template *); |
78 | void raid_class_release(struct raid_template *); | 78 | void raid_class_release(struct raid_template *); |
79 | 79 | ||
80 | void raid_component_add(struct raid_template *, struct device *, | 80 | int __must_check raid_component_add(struct raid_template *, struct device *, |
81 | struct device *); | 81 | struct device *); |
82 | |||