mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
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: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
3612e06b2c
commit
d289bf7bdd
2 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
Loading…
Reference in a new issue