mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
panic
This commit is contained in:
@@ -7,6 +7,8 @@ Mostly to check that our build infrastructure can handle more than one module!
|
||||
#include <linux/module.h>
|
||||
#include <linux/kernel.h>
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
int init_module(void)
|
||||
{
|
||||
printk(KERN_INFO "hello2 init\n");
|
||||
|
||||
Reference in New Issue
Block a user