regulator: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Este commit está contenido en:

cometido por
Mark Brown

padre
5eb9f2b963
commit
a5023574d1
@@ -127,7 +127,7 @@ static const struct regulator_desc tps6105x_regulator_desc = {
|
||||
/*
|
||||
* Registers the chip as a voltage regulator
|
||||
*/
|
||||
static int __devinit tps6105x_regulator_probe(struct platform_device *pdev)
|
||||
static int tps6105x_regulator_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev);
|
||||
struct tps6105x_platform_data *pdata = tps6105x->pdata;
|
||||
|
Referencia en una nueva incidencia
Block a user