[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>
This commit is contained in:
parent
e8ff0646e5
commit
a05afe9146
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue