kernel: move the old gpio watchdog driver from generic to brcm47xx
[openwrt/openwrt.git] / package / libs / libusb / patches / 001-timerfd.patch
index de48a7fd9b2a373775832f8f5db12d5880be6ed5..d14e3dcba7fc1bfd1b581d04b065db37a4a2bd0f 100644 (file)
@@ -14,15 +14,15 @@ Date:   Thu Jan 27 06:39:16 2011 +0300
 
 --- a/libusb/io.c
 +++ b/libusb/io.c
-@@ -20,6 +20,7 @@
- #include <config.h>
- #include <errno.h>
+@@ -32,6 +32,7 @@
+ #include <sys/time.h>
+ #endif
+ #ifdef USBI_TIMERFD_AVAILABLE
 +#include <fcntl.h>
- #include <signal.h>
- #include <stdint.h>
- #include <stdlib.h>
-@@ -1072,7 +1073,7 @@ int usbi_io_init(struct libusb_context *
+ #include <sys/timerfd.h>
+ #endif
+@@ -1141,7 +1142,7 @@ int usbi_io_init(struct libusb_context *
  
  #ifdef USBI_TIMERFD_AVAILABLE
        ctx->timerfd = timerfd_create(usbi_backend->get_timerfd_clockid(),