SH: fix SCIFA SCASCR register bit definitions
[cascardo/linux.git] / drivers / w1 / w1.c
index acc7e3b..ad5897d 100644 (file)
@@ -986,7 +986,7 @@ int w1_process(void *data)
        return 0;
 }
 
-static int w1_init(void)
+static int __init w1_init(void)
 {
        int retval;
 
@@ -1034,7 +1034,7 @@ err_out_exit_init:
        return retval;
 }
 
-static void w1_fini(void)
+static void __exit w1_fini(void)
 {
        struct w1_master *dev;