From 09bebfda18d7000bfeaa4d5d49db90ef601f23a3 Mon Sep 17 00:00:00 2001 From: Oliver Winker Date: Sun, 30 Oct 2011 06:01:21 +0100 Subject: [PATCH] pci: Include changes to fix kernel 3.1 build Signed-off-by: Oliver Winker --- pci.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pci.c b/pci.c index 16a922a..e46fdac 100644 --- a/pci.c +++ b/pci.c @@ -43,13 +43,14 @@ #include #include #include +#include +#include +#include + #ifdef CONFIG_VLYNQ #include #endif -#include -#include - #include "acx.h" /* -- 1.7.4.1