Loading recipes-modules/hello/files/hello.c +2 −1 Original line number Diff line number Diff line #include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> Loading Loading @@ -27,6 +28,6 @@ static void __exit hello_exit(void){ module_init(hello_init); module_exit(hello_exit); MODULE_LICENSE("Dual BSD/GPL"); MODULE_LICENSE("GPL"); Loading
recipes-modules/hello/files/hello.c +2 −1 Original line number Diff line number Diff line #include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> Loading Loading @@ -27,6 +28,6 @@ static void __exit hello_exit(void){ module_init(hello_init); module_exit(hello_exit); MODULE_LICENSE("Dual BSD/GPL"); MODULE_LICENSE("GPL");