Commit d289bf7b authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

firmware: move firmware_class from Documentation/ to samples/

Move the firmware_class sample drivers to samples/ so that they are
buildable and can be maintained.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Acked-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3612e06b
...@@ -202,6 +202,6 @@ static void __exit firmware_sample_exit(void) ...@@ -202,6 +202,6 @@ static void __exit firmware_sample_exit(void)
kfree(fw_priv); kfree(fw_priv);
kfree(class_dev); kfree(class_dev);
} }
module_init(firmware_sample_init); module_init(firmware_sample_init);
module_exit(firmware_sample_exit); module_exit(firmware_sample_exit);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment