aboutsummaryrefslogtreecommitdiffstats
path: root/i2c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-12-22 12:36:39 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2005-12-22 12:36:39 -0800
commit87c5263ad6176dc271c0d2f03ffadfe215aa426b (patch)
tree4b8489e17ec749398b7e424ed81f02faa19b5815 /i2c
parent0e7d257c166adee881b7af917821cd4f0813095f (diff)
downloadpatches-87c5263ad6176dc271c0d2f03ffadfe215aa426b.tar.gz
uhci patches and an i2c update
Diffstat (limited to 'i2c')
-rw-r--r--i2c/i2c-driver-owner-cleanup-02.patch13
1 files changed, 12 insertions, 1 deletions
diff --git a/i2c/i2c-driver-owner-cleanup-02.patch b/i2c/i2c-driver-owner-cleanup-02.patch
index 46919d441c1aa..5854fb7d4fa4b 100644
--- a/i2c/i2c-driver-owner-cleanup-02.patch
+++ b/i2c/i2c-driver-owner-cleanup-02.patch
@@ -64,6 +64,7 @@ Cc: Jean Delvare <khali@linux-fr.org>
drivers/i2c/chips/x1205.c | 1 -
drivers/i2c/i2c-dev.c | 1 -
drivers/macintosh/therm_adt746x.c | 1 -
+ drivers/macintosh/therm_pm72.c | 1 -
drivers/macintosh/therm_windtunnel.c | 1 -
drivers/macintosh/windfarm_lm75_sensor.c | 1 -
drivers/media/video/adv7170.c | 1 -
@@ -107,7 +108,7 @@ Cc: Jean Delvare <khali@linux-fr.org>
sound/oss/dmasound/dac3550a.c | 1 -
sound/oss/dmasound/tas_common.c | 1 -
sound/ppc/keywest.c | 1 -
- 94 files changed, 97 deletions(-)
+ 95 files changed, 98 deletions(-)
--- gregkh-2.6.orig/drivers/hwmon/adm1021.c
+++ gregkh-2.6/drivers/hwmon/adm1021.c
@@ -1073,3 +1074,13 @@ Cc: Jean Delvare <khali@linux-fr.org>
.name = "wm8775",
},
+--- gregkh-2.6.orig/drivers/macintosh/therm_pm72.c
++++ gregkh-2.6/drivers/macintosh/therm_pm72.c
+@@ -284,7 +284,6 @@ static int therm_pm72_detach(struct i2c_
+ static struct i2c_driver therm_pm72_driver =
+ {
+ .driver = {
+- .owner = THIS_MODULE,
+ .name = "therm_pm72",
+ },
+ .attach_adapter = therm_pm72_attach,