hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/raid_class.h
....@@ -1,9 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * raid_class.h - a generic raid visualisation class
34 *
45 * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com>
5
- *
6
- * This file is licensed under GPLv2
76 */
87 #include <linux/transport_class.h>
98
....@@ -78,7 +77,3 @@
7877
7978 struct raid_template *raid_class_attach(struct raid_function_template *);
8079 void raid_class_release(struct raid_template *);
81
-
82
-int __must_check raid_component_add(struct raid_template *, struct device *,
83
- struct device *);
84
-