parent
963da5ff22
commit
0ba9ecbebb
|
@ -11,7 +11,7 @@ static int hello_init(void)
|
|||
|
||||
static void hello_exit(void)
|
||||
{
|
||||
printk(KERN_ALERT "hello driver exit\n ");
|
||||
printk(KERN_ALERT "hello driver exit\n");
|
||||
}
|
||||
|
||||
module_init(hello_init);
|
||||
|
|
Loading…
Reference in New Issue