diff options
| author | 2017-01-03 06:39:44 +0000 | |
|---|---|---|
| committer | 2017-01-03 06:39:44 +0000 | |
| commit | 65dfe6998d1bb952b3a35738f7df438045e71f5c (patch) | |
| tree | 6bdc431b9bb134c2811ddeed3dc672ca540957f5 /sys/dev/usb/umidi_quirks.c | |
| parent | It takes a special style of creative writing to be unspecific about the error (diff) | |
| download | wireguard-openbsd-65dfe6998d1bb952b3a35738f7df438045e71f5c.tar.xz wireguard-openbsd-65dfe6998d1bb952b3a35738f7df438045e71f5c.zip | |
No need to include sys/malloc.h. From Michael W. Bombardieri. Thanks.
Diffstat (limited to 'sys/dev/usb/umidi_quirks.c')
| -rw-r--r-- | sys/dev/usb/umidi_quirks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/umidi_quirks.c b/sys/dev/usb/umidi_quirks.c index e1b47e04b1e..c316515fe95 100644 --- a/sys/dev/usb/umidi_quirks.c +++ b/sys/dev/usb/umidi_quirks.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umidi_quirks.c,v 1.13 2015/03/14 03:38:50 jsg Exp $ */ +/* $OpenBSD: umidi_quirks.c,v 1.14 2017/01/03 06:39:44 ratchov Exp $ */ /* $NetBSD: umidi_quirks.c,v 1.4 2002/06/19 13:55:30 tshiozak Exp $ */ /* @@ -33,7 +33,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/device.h> #include <sys/ioctl.h> #include <sys/conf.h> |
