瀏覽代碼

[POWERPC] Comment out a currently unused function

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Stephen Rothwell 17 年之前
父節點
當前提交
a05afe9146
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/macintosh/windfarm_smu_sat.c

+ 2 - 0
drivers/macintosh/windfarm_smu_sat.c

@@ -380,10 +380,12 @@ static int __init sat_sensors_init(void)
 	return i2c_add_driver(&wf_sat_driver);
 	return i2c_add_driver(&wf_sat_driver);
 }
 }
 
 
+#if 0	/* uncomment when module_exit() below is uncommented */
 static void __exit sat_sensors_exit(void)
 static void __exit sat_sensors_exit(void)
 {
 {
 	i2c_del_driver(&wf_sat_driver);
 	i2c_del_driver(&wf_sat_driver);
 }
 }
+#endif
 
 
 module_init(sat_sensors_init);
 module_init(sat_sensors_init);
 /*module_exit(sat_sensors_exit); Uncomment when cleanup is implemented */
 /*module_exit(sat_sensors_exit); Uncomment when cleanup is implemented */