diff options
Diffstat (limited to 'drivers/of/unittest.c')
-rw-r--r-- | drivers/of/unittest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/of/unittest.c b/drivers/of/unittest.c index df93149d6146..a08c9e2d5c4c 100644 --- a/drivers/of/unittest.c +++ b/drivers/of/unittest.c | |||
@@ -45,8 +45,6 @@ static struct unittest_results { | |||
45 | failed; \ | 45 | failed; \ |
46 | }) | 46 | }) |
47 | 47 | ||
48 | static int __init overlay_data_apply(const char *overlay_name, int *overlay_id); | ||
49 | |||
50 | static void __init of_unittest_find_node_by_name(void) | 48 | static void __init of_unittest_find_node_by_name(void) |
51 | { | 49 | { |
52 | struct device_node *np; | 50 | struct device_node *np; |
@@ -1192,6 +1190,7 @@ static int __init unittest_data_add(void) | |||
1192 | } | 1190 | } |
1193 | 1191 | ||
1194 | #ifdef CONFIG_OF_OVERLAY | 1192 | #ifdef CONFIG_OF_OVERLAY |
1193 | static int __init overlay_data_apply(const char *overlay_name, int *overlay_id); | ||
1195 | 1194 | ||
1196 | static int unittest_probe(struct platform_device *pdev) | 1195 | static int unittest_probe(struct platform_device *pdev) |
1197 | { | 1196 | { |