diff options
Diffstat (limited to 'drivers/regulator/fixed.c')
| -rw-r--r-- | drivers/regulator/fixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index 48d5b7608b0..e5c03b534fa 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) | |||
| 246 | } | 246 | } |
| 247 | 247 | ||
| 248 | #if defined(CONFIG_OF) | 248 | #if defined(CONFIG_OF) |
| 249 | static const struct of_device_id fixed_of_match[] __devinitconst = { | 249 | static const struct of_device_id fixed_of_match[] = { |
| 250 | { .compatible = "regulator-fixed", }, | 250 | { .compatible = "regulator-fixed", }, |
| 251 | {}, | 251 | {}, |
| 252 | }; | 252 | }; |
