Add __init prefix so that symbol will be discarded after module loading. Signed-off-by: Cheah Kok Cheong <thrust73@xxxxxxxxx> --- drivers/staging/comedi/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/proc.c b/drivers/staging/comedi/proc.c index 3513f4c..6d13b51 100644 --- a/drivers/staging/comedi/proc.c +++ b/drivers/staging/comedi/proc.c @@ -86,7 +86,7 @@ static const struct file_operations comedi_proc_fops = { .release = single_release, }; -void comedi_proc_init(void) +void __init comedi_proc_init(void) { proc_create("comedi", 0444, NULL, &comedi_proc_fops); } -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel