X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fsamples%2Fhello2%2F.git;a=blobdiff_plain;f=hello.c;fp=hello.c;h=f5d9670c38535f82a3a879be869fff1f1160f26a;hp=8a5a20b0c6b8b3832f856dfa7e2078308945082c;hb=4c7fae23108c1b8fcc27375a6038caf6d20f1138;hpb=832abd818e6f5b988e3ae64ce422c3cf2fc5d4e7 diff --git a/hello.c b/hello.c index 8a5a20b..f5d9670 100644 --- a/hello.c +++ b/hello.c @@ -27,9 +27,6 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Thadeu Lima de Souza Cascardo "); MODULE_DESCRIPTION("Hello, world"); -static int size = 1; -module_param_named(size, size, int, S_IRUGO | S_IWUSR); - struct hello { int times; char greeting[0];