X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fhwmon%2Flm75.c;h=74ca2c8c61c3ae4996a46bcf523dba87b26f2561;hb=2b48716d1d2f2edb1e7cbc5ecf1cb2cb39373e33;hp=db35fbf4d2504d13c9130aefef146b0fb5b5c1f8;hpb=de59cf9ed44f64991e52a9de6094729537f0420c;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/hwmon/lm75.c b/drivers/hwmon/lm75.c index db35fbf..74ca2c8 100644 --- a/drivers/hwmon/lm75.c +++ b/drivers/hwmon/lm75.c @@ -67,7 +67,6 @@ static struct lm75_data *lm75_update_device(struct device *dev); /* This is the driver that will be inserted */ static struct i2c_driver lm75_driver = { .driver = { - .owner = THIS_MODULE, .name = "lm75", }, .id = I2C_DRIVERID_LM75,