Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26131
b: refs/heads/master
c: 4d6c588
h: refs/heads/master
i:
  26129: 54f2b7e
  26127: cd7948c
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Apr 21, 2006
1 parent fb131fe commit c125a11
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ad1bfeaf7a526ea5c5503c8a48e3a5a3efe18f7
refs/heads/master: 4d6c58899c1cdac018f92cfa0383bb835a0c80ef
4 changes: 2 additions & 2 deletions trunk/drivers/macintosh/therm_adt746x.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,8 @@ thermostat_init(void)
if(therm_type == ADT7460)
device_create_file(&of_dev->dev, &dev_attr_sensor2_fan_speed);

#ifndef CONFIG_I2C_KEYWEST
request_module("i2c-keywest");
#ifndef CONFIG_I2C_POWERMAC
request_module("i2c-powermac");
#endif

return i2c_add_driver(&thermostat_driver);
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/oss/dmasound/tas_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ tas_init(int driver_id, const char *driver_name)

printk(KERN_INFO "tas driver [%s])\n", driver_name);

#ifndef CONFIG_I2C_KEYWEST
request_module("i2c-keywest");
#ifndef CONFIG_I2C_POWERMAC
request_module("i2c-powermac");
#endif
tas_node = find_devices("deq");
if (tas_node == NULL)
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/ppc/daca.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ int __init snd_pmac_daca_init(struct snd_pmac *chip)

#ifdef CONFIG_KMOD
if (current->fs->root)
request_module("i2c-keywest");
request_module("i2c-powermac");
#endif /* CONFIG_KMOD */

mix = kmalloc(sizeof(*mix), GFP_KERNEL);
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/ppc/tumbler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ int __init snd_pmac_tumbler_init(struct snd_pmac *chip)

#ifdef CONFIG_KMOD
if (current->fs->root)
request_module("i2c-keywest");
request_module("i2c-powermac");
#endif /* CONFIG_KMOD */

mix = kmalloc(sizeof(*mix), GFP_KERNEL);
Expand Down

0 comments on commit c125a11

Please sign in to comment.