From 5376121774cd5162d6d73ed1d59f41d2b9b1ec61 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 24 May 2016 12:51:47 +0200 Subject: of: Add missing include drivers/of/device.c has the implementation for of_match_device(), so also include the header which has the prototype. Signed-off-by: Sascha Hauer --- drivers/of/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/of/device.c b/drivers/of/device.c index e2c3c02d27..67a67bd565 100644 --- a/drivers/of/device.c +++ b/drivers/of/device.c @@ -1,6 +1,6 @@ #include #include - +#include /** * of_match_device - Tell if a struct device matches an of_device_id list -- cgit v1.2.3