From 8eb78a6ab21904dd78aa7de88705498610b7f465 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 24 May 2014 23:08:44 +0800 Subject: [PATCH] Kernel/UDI - Fix omission of UDI_PCI_VERSION in bus_pci.c --- KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c b/KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c index deb78259..651329d5 100644 --- a/KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c +++ b/KernelLand/Modules/Interfaces/UDI/trans/bus_pci.c @@ -6,6 +6,7 @@ * - PCI Bus Driver */ #define DEBUG 0 +#define UDI_PCI_VERSION 0x101 #include #include #include -- 2.20.1