diff options
| author | 2014-07-13 07:06:23 +0000 | |
|---|---|---|
| committer | 2014-07-13 07:06:23 +0000 | |
| commit | edb075394fbd6f52d8a558111fc0a50d273e2521 (patch) | |
| tree | e2a3c1963e20e43804b289c183fb9ff167a0c81f /sys/dev/microcode | |
| parent | we dont do per interface accounting in the mbuf layer anymore (diff) | |
| download | wireguard-openbsd-edb075394fbd6f52d8a558111fc0a50d273e2521.tar.xz wireguard-openbsd-edb075394fbd6f52d8a558111fc0a50d273e2521.zip | |
No need for ezload.h
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/tusb3410/build.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/microcode/tusb3410/build.c b/sys/dev/microcode/tusb3410/build.c index 6c034a1b2e6..2260c39b4bb 100644 --- a/sys/dev/microcode/tusb3410/build.c +++ b/sys/dev/microcode/tusb3410/build.c @@ -1,4 +1,4 @@ -/* $OpenBSD: build.c,v 1.3 2009/08/07 00:10:17 martynas Exp $ */ +/* $OpenBSD: build.c,v 1.4 2014/07/13 07:06:23 mpi Exp $ */ /* * Copyright (c) 2004 Theo de Raadt <deraadt@openbsd.org> @@ -23,7 +23,6 @@ #include <stdio.h> #include <unistd.h> -#include <dev/usb/ezload.h> #include "tusb3410.h" #define FILENAME "tusb3410" |
