diff --git a/libdha/sysdep/pci_openbsd.c b/libdha/sysdep/pci_openbsd.c index 13504db818..89c85eab69 100644 --- a/libdha/sysdep/pci_openbsd.c +++ b/libdha/sysdep/pci_openbsd.c @@ -4,6 +4,8 @@ Modified for readability by Nick Kurshev */ +#ifdef __i386__ + #include #include #include @@ -22,3 +24,4 @@ static __inline__ int disable_os_io(void) /* Nothing to do */ return(0); } +#endif