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:
Randy Dunlap 2008-02-20 13:20:50 -08:00 committed by Greg Kroah-Hartman
parent 3612e06b2c
commit d289bf7bdd
2 changed files with 6 additions and 6 deletions

View file

@ -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);