diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-01-09 14:44:29 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-01-09 14:44:29 +0000 |
commit | a9a36c808da1681cc7b93af9446e66dd0075945f (patch) | |
tree | d5214053a1737f55f37f8b8f95c443a27e990e8d /sys/dev | |
parent | 9fcb6c458cddc125ccdb8ecd611fa10c59ffda1c (diff) |
Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/if_urtw.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/ugold.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/umass.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/uoak_subr.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdi_util.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/uthum.c | 3 |
6 files changed, 6 insertions, 12 deletions
diff --git a/sys/dev/usb/if_urtw.c b/sys/dev/usb/if_urtw.c index 422d0a8ab65..432cd4d8a1e 100644 --- a/sys/dev/usb/if_urtw.c +++ b/sys/dev/usb/if_urtw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtw.c,v 1.62 2016/04/13 11:03:37 mpi Exp $ */ +/* $OpenBSD: if_urtw.c,v 1.63 2017/01/09 14:44:28 mpi Exp $ */ /*- * Copyright (c) 2009 Martynas Venckus <martynas@openbsd.org> @@ -25,7 +25,6 @@ #include <sys/kernel.h> #include <sys/socket.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/timeout.h> #include <sys/conf.h> #include <sys/device.h> diff --git a/sys/dev/usb/ugold.c b/sys/dev/usb/ugold.c index 6e96953a3ce..f8f232d5cec 100644 --- a/sys/dev/usb/ugold.c +++ b/sys/dev/usb/ugold.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ugold.c,v 1.12 2016/01/09 04:14:42 jcs Exp $ */ +/* $OpenBSD: ugold.c,v 1.13 2017/01/09 14:44:28 mpi Exp $ */ /* * Copyright (c) 2013 Takayoshi SASANO <uaa@openbsd.org> @@ -26,7 +26,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/device.h> #include <sys/sensors.h> diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index d03b6eb71e8..0fc1782ac21 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umass.c,v 1.73 2016/08/03 13:44:49 krw Exp $ */ +/* $OpenBSD: umass.c,v 1.74 2017/01/09 14:44:28 mpi Exp $ */ /* $NetBSD: umass.c,v 1.116 2004/06/30 05:53:46 mycroft Exp $ */ /* @@ -130,7 +130,6 @@ #include <sys/conf.h> #include <sys/buf.h> #include <sys/device.h> -#include <sys/malloc.h> #include <sys/timeout.h> #undef KASSERT #define KASSERT(cond, msg) diff --git a/sys/dev/usb/uoak_subr.c b/sys/dev/usb/uoak_subr.c index ab2ddbda288..200fd384b11 100644 --- a/sys/dev/usb/uoak_subr.c +++ b/sys/dev/usb/uoak_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uoak_subr.c,v 1.7 2015/05/25 12:53:12 jsg Exp $ */ +/* $OpenBSD: uoak_subr.c,v 1.8 2017/01/09 14:44:28 mpi Exp $ */ /* * Copyright (c) 2012 Yojiro UO <yuo@nui.org> @@ -22,7 +22,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/device.h> #include <sys/conf.h> #include <sys/sensors.h> diff --git a/sys/dev/usb/usbdi_util.c b/sys/dev/usb/usbdi_util.c index 34a47d61192..277c2c65bb5 100644 --- a/sys/dev/usb/usbdi_util.c +++ b/sys/dev/usb/usbdi_util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdi_util.c,v 1.41 2015/03/14 03:38:50 jsg Exp $ */ +/* $OpenBSD: usbdi_util.c,v 1.42 2017/01/09 14:44:28 mpi Exp $ */ /* $NetBSD: usbdi_util.c,v 1.40 2002/07/11 21:14:36 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbdi_util.c,v 1.14 1999/11/17 22:33:50 n_hibma Exp $ */ @@ -35,7 +35,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/device.h> #include <machine/bus.h> diff --git a/sys/dev/usb/uthum.c b/sys/dev/usb/uthum.c index 56f3695e84f..2cb06ee8064 100644 --- a/sys/dev/usb/uthum.c +++ b/sys/dev/usb/uthum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthum.c,v 1.31 2016/03/19 11:34:22 mpi Exp $ */ +/* $OpenBSD: uthum.c,v 1.32 2017/01/09 14:44:28 mpi Exp $ */ /* * Copyright (c) 2009, 2010 Yojiro UO <yuo@nui.org> @@ -21,7 +21,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/malloc.h> #include <sys/device.h> #include <sys/conf.h> #include <sys/sensors.h> |