diff options
Diffstat (limited to 'drivers/misc/bmp085.c')
-rw-r--r-- | drivers/misc/bmp085.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/bmp085.c b/drivers/misc/bmp085.c index 849e2fed4da2..2704d885a9b3 100644 --- a/drivers/misc/bmp085.c +++ b/drivers/misc/bmp085.c | |||
@@ -374,7 +374,7 @@ int bmp085_detect(struct device *dev) | |||
374 | } | 374 | } |
375 | EXPORT_SYMBOL_GPL(bmp085_detect); | 375 | EXPORT_SYMBOL_GPL(bmp085_detect); |
376 | 376 | ||
377 | static void __init bmp085_get_of_properties(struct bmp085_data *data) | 377 | static void bmp085_get_of_properties(struct bmp085_data *data) |
378 | { | 378 | { |
379 | #ifdef CONFIG_OF | 379 | #ifdef CONFIG_OF |
380 | struct device_node *np = data->dev->of_node; | 380 | struct device_node *np = data->dev->of_node; |