Commit a05afe9146f7611d40a58be34ee8442727a6af1f
Committed by
Paul Mackerras
1 parent
e8ff0646e5
Exists in
master
and in
7 other branches
[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>
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
drivers/macintosh/windfarm_smu_sat.c
... | ... | @@ -380,10 +380,12 @@ |
380 | 380 | return i2c_add_driver(&wf_sat_driver); |
381 | 381 | } |
382 | 382 | |
383 | +#if 0 /* uncomment when module_exit() below is uncommented */ | |
383 | 384 | static void __exit sat_sensors_exit(void) |
384 | 385 | { |
385 | 386 | i2c_del_driver(&wf_sat_driver); |
386 | 387 | } |
388 | +#endif | |
387 | 389 | |
388 | 390 | module_init(sat_sensors_init); |
389 | 391 | /*module_exit(sat_sensors_exit); Uncomment when cleanup is implemented */ |