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: v3.1-rc1~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a642285014df03b8f320399d515bf3b779af07ac;p=thirdparty%2Flinux.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 ec7b060ae952f..3701b62c1d5ee 100644 --- a/drivers/of/of_pci.c +++ b/drivers/of/of_pci.c @@ -1,4 +1,5 @@ #include +#include #include #include