X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fregulator%2Ffixed.c;h=e5c03b534faefce8d2e8f30a5ebecd48b1a995dc;hb=94bc70a8e7ed734c201a4d7b0607619372f4b724;hp=48d5b7608b00bd519cbb4c2434721335c91fa4d4;hpb=18dd0bf22b6f0c1bd5e4e813a42245ed86ec57b6;p=karo-tx-linux.git diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index 48d5b7608b00..e5c03b534fae 100644 --- a/drivers/regulator/fixed.c +++ b/drivers/regulator/fixed.c @@ -246,7 +246,7 @@ static int reg_fixed_voltage_remove(struct platform_device *pdev) } #if defined(CONFIG_OF) -static const struct of_device_id fixed_of_match[] __devinitconst = { +static const struct of_device_id fixed_of_match[] = { { .compatible = "regulator-fixed", }, {}, };