From: Grant Likely Date: Sun, 24 Jul 2011 05:52:48 +0000 (-0600) Subject: of: fix missing include from of_pci.c X-Git-Tag: firefly_0821_release~3680^2~4959 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a642285014df03b8f320399d515bf3b779af07ac;p=firefly-linux-kernel-4.4.55.git of: fix missing include from of_pci.c of_pci.c references symbols from linux/of.h. Signed-off-by: Grant Likely --- 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