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: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=a642285014df03b8f320399d515bf3b779af07ac 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