Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -202,6 +202,6 @@ static void __exit firmware_sample_exit(void)
	kfree(fw_priv);
	kfree(class_dev);
}

module_init(firmware_sample_init);
module_exit(firmware_sample_exit);