summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/windfarm_smu_sat.c
diff options
context:
space:
mode:
authorStephen Rothwell2007-08-15 08:54:04 +0200
committerPaul Mackerras2007-08-17 03:01:59 +0200
commita05afe9146f7611d40a58be34ee8442727a6af1f (patch)
treeb4a05b546ff9c6b91db6f25068c10754e4de9506 /drivers/macintosh/windfarm_smu_sat.c
parent[POWERPC] Tidy up CONFIG_PPC_MM_SLICES code (diff)
downloadkernel-qcow2-linux-a05afe9146f7611d40a58be34ee8442727a6af1f.tar.gz
kernel-qcow2-linux-a05afe9146f7611d40a58be34ee8442727a6af1f.tar.xz
kernel-qcow2-linux-a05afe9146f7611d40a58be34ee8442727a6af1f.zip
[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>
Diffstat (limited to 'drivers/macintosh/windfarm_smu_sat.c')
-rw-r--r--drivers/macintosh/windfarm_smu_sat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/macintosh/windfarm_smu_sat.c b/drivers/macintosh/windfarm_smu_sat.c
index 351982bcec1b..f449d775cdf4 100644
--- a/drivers/macintosh/windfarm_smu_sat.c
+++ b/drivers/macintosh/windfarm_smu_sat.c
@@ -380,10 +380,12 @@ static int __init sat_sensors_init(void)
return i2c_add_driver(&wf_sat_driver);
}
+#if 0 /* uncomment when module_exit() below is uncommented */
static void __exit sat_sensors_exit(void)
{
i2c_del_driver(&wf_sat_driver);
}
+#endif
module_init(sat_sensors_init);
/*module_exit(sat_sensors_exit); Uncomment when cleanup is implemented */