Undo previous commit. <machine/clock.h> is needed for the prototype
for DELAY().
This commit is contained in:
parent
b425e31947
commit
ebcc7b37d5
@ -77,6 +77,7 @@
|
||||
#include <dev/usb/ohcivar.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <machine/clock.h>
|
||||
|
||||
#define delay(d) DELAY(d)
|
||||
#endif
|
||||
|
@ -79,6 +79,7 @@
|
||||
#include <dev/usb/uhcivar.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <machine/clock.h>
|
||||
|
||||
#define delay(d) DELAY(d)
|
||||
#endif
|
||||
|
@ -62,6 +62,7 @@
|
||||
#include <dev/usb/usb_quirks.h>
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <machine/clock.h>
|
||||
#define delay(d) DELAY(d)
|
||||
#endif
|
||||
|
||||
|
@ -63,6 +63,7 @@
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include "usb_if.h"
|
||||
#include <machine/clock.h>
|
||||
#define delay(d) DELAY(d)
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user