diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c index af51f60269c5..2ef4865e2b5a 100644 --- a/sys/dev/wpi/if_wpi.c +++ b/sys/dev/wpi/if_wpi.c @@ -103,8 +103,6 @@ __FBSDID("$FreeBSD$"); #include #include -#define WPI_DEBUG - #ifdef WPI_DEBUG #define DPRINTF(x) do { if (wpi_debug != 0) printf x; } while (0) #define DPRINTFN(n, x) do { if (wpi_debug & n) printf x; } while (0)