Unverified Commit 6af39604 authored by Thomas Weißschuh's avatar Thomas Weißschuh Committed by Ilpo Järvinen
Browse files
parent 501d2f0e
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -22,19 +22,6 @@ static __exit void fw_attributes_class_exit(void)
}
module_exit(fw_attributes_class_exit);

int fw_attributes_class_get(const struct class **fw_attr_class)
{
	*fw_attr_class = &firmware_attributes_class;
	return 0;
}
EXPORT_SYMBOL_GPL(fw_attributes_class_get);

int fw_attributes_class_put(void)
{
	return 0;
}
EXPORT_SYMBOL_GPL(fw_attributes_class_put);

MODULE_AUTHOR("Mark Pearson <markpearson@lenovo.com>");
MODULE_DESCRIPTION("Firmware attributes class helper module");
MODULE_LICENSE("GPL");
+0 −2
Original line number Diff line number Diff line
@@ -8,7 +8,5 @@
#include <linux/device/class.h>

extern const struct class firmware_attributes_class;
int fw_attributes_class_get(const struct class **fw_attr_class);
int fw_attributes_class_put(void);

#endif /* FW_ATTR_CLASS_H */