UDI/include - Fix automatic inclusion of PCI binding
authorJohn Hodge <[email protected]>
Sat, 24 May 2014 14:52:23 +0000 (22:52 +0800)
committerJohn Hodge <[email protected]>
Sat, 24 May 2014 14:52:23 +0000 (22:52 +0800)
UDI/include/udi_pci.h
UDI/include/udi_physio.h

index f65c6fd..16e54a1 100644 (file)
@@ -8,6 +8,9 @@
 #ifndef _UDI_PCI_H_
 #define _UDI_PCI_H_
 
+#if UDI_PCI_VERSION != 0x101
+# error "udi_pci.h requires UDI_PCI_VERSION set to 0x101"
+#endif
 #ifndef _UDI_PHYSIO_H_
 # error "udi_pci.h requires udi_physio.h"
 #endif
index 1f7bd8d..7023687 100644 (file)
@@ -128,6 +128,4 @@ struct udi_scgth_s
 #include <physio/meta_bus.h>
 #include "physio/pio.h"
 
-#include "physio/pci.h"
-
 #endif

UCC git Repository :: git.ucc.asn.au