From a642285014df03b8f320399d515bf3b779af07ac Mon Sep 17 00:00:00 2001 From: Grant Likely Date: Sat, 23 Jul 2011 23:52:48 -0600 Subject: [PATCH] of: fix missing include from of_pci.c of_pci.c references symbols from linux/of.h. Signed-off-by: Grant Likely --- drivers/of/of_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/of/of_pci.c b/drivers/of/of_pci.c index ec7b060ae952..3701b62c1d5e 100644 --- a/drivers/of/of_pci.c +++ b/drivers/of/of_pci.c @@ -1,4 +1,5 @@ #include +#include #include #include -- 2.39.2