$NetBSD$

--- usb-linux.c.orig	2007-11-19 19:54:17.000000000 +0100
+++ usb-linux.c	2007-12-27 22:46:13.000000000 +0100
@@ -25,7 +25,6 @@
 #include "hw/usb.h"
 #include "console.h"
 
-#if defined(__linux__)
 #include <dirent.h>
 #include <sys/ioctl.h>
 #include <linux/usbdevice_fs.h>
@@ -957,18 +956,3 @@
 {
     usb_host_scan(NULL, usb_host_info_device);
 }
-
-#else
-
-void usb_host_info(void)
-{
-    term_printf("USB host devices not supported\n");
-}
-
-/* XXX: modify configure to compile the right host driver */
-USBDevice *usb_host_device_open(const char *devname)
-{
-    return NULL;
-}
-
-#endif
