Title: [6017] trunk/drivers/mfd/da903x.c: apply fix from mainline for section mismatches
- Revision
- 6017
- Author
- vapier
- Date
- 2009-01-14 10:41:35 -0600 (Wed, 14 Jan 2009)
Log Message
apply fix from mainline for section mismatches
Modified Paths
Diff
Modified: trunk/drivers/mfd/da903x.c (6016 => 6017)
--- trunk/drivers/mfd/da903x.c 2009-01-14 09:19:51 UTC (rev 6016)
+++ trunk/drivers/mfd/da903x.c 2009-01-14 16:41:35 UTC (rev 6017)
@@ -435,13 +435,13 @@
};
MODULE_DEVICE_TABLE(i2c, da903x_id_table);
-static int __devexit __remove_subdev(struct device *dev, void *unused)
+static int __remove_subdev(struct device *dev, void *unused)
{
platform_device_unregister(to_platform_device(dev));
return 0;
}
-static int __devexit da903x_remove_subdevs(struct da903x_chip *chip)
+static int da903x_remove_subdevs(struct da903x_chip *chip)
{
return device_for_each_child(chip->dev, NULL, __remove_subdev);
}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits