init macros
[my-code/kernel.git] / hello / hello-1.c
1 /* hello world using init macros */
2
3 #include <linux/module.h>
4 #include <linux/kernel.h>
5
6