|
@@ -130,18 +130,7 @@ static struct i2c_driver wf_max6690_driver = {
|
|
|
.id_table = wf_max6690_id,
|
|
|
};
|
|
|
|
|
|
-static int __init wf_max6690_sensor_init(void)
|
|
|
-{
|
|
|
- return i2c_add_driver(&wf_max6690_driver);
|
|
|
-}
|
|
|
-
|
|
|
-static void __exit wf_max6690_sensor_exit(void)
|
|
|
-{
|
|
|
- i2c_del_driver(&wf_max6690_driver);
|
|
|
-}
|
|
|
-
|
|
|
-module_init(wf_max6690_sensor_init);
|
|
|
-module_exit(wf_max6690_sensor_exit);
|
|
|
+module_i2c_driver(wf_max6690_driver);
|
|
|
|
|
|
MODULE_AUTHOR("Paul Mackerras <paulus@samba.org>");
|
|
|
MODULE_DESCRIPTION("MAX6690 sensor objects for PowerMac thermal control");
|