Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a05afe91 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Paul Mackerras
Browse files

[POWERPC] Comment out a currently unused function

parent e8ff0646
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */