diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-29 15:36:14 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-04-29 15:36:14 +0000 |
commit | eb95c536adb78f7c5da9c13b496ccfdd79f5a298 (patch) | |
tree | bf46662116404dc94dc9eb86a3b32312a3f3f17a /sys/dev/usb/usb_ethersubr.c | |
parent | 5a54cb414592448b37a9788ede3759e1dc97d4a1 (diff) |
Remove unneeded #include <sys/kernel.h>
Notes
Notes:
svn path=/head/; revision=59760
Diffstat (limited to 'sys/dev/usb/usb_ethersubr.c')
-rw-r--r-- | sys/dev/usb/usb_ethersubr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_ethersubr.c b/sys/dev/usb/usb_ethersubr.c index 35a7db64a1fa..c712bd6f0edc 100644 --- a/sys/dev/usb/usb_ethersubr.c +++ b/sys/dev/usb/usb_ethersubr.c @@ -54,7 +54,6 @@ #include <sys/systm.h> #include <sys/sockio.h> #include <sys/mbuf.h> -#include <sys/kernel.h> #include <sys/malloc.h> #include <sys/socket.h> |