diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
commit | f86fd20f7920e0ce9eed94dbfa81ade1020f9bd4 (patch) | |
tree | d3e9a139df0f7b8cbe6c9989bc352cfa506c55d7 /sys/dev/mii/eephy.c | |
parent | a0c7f6a85405e690b4fe4f037a7dcb011f423de8 (diff) |
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/dev/mii/eephy.c')
-rw-r--r-- | sys/dev/mii/eephy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/mii/eephy.c b/sys/dev/mii/eephy.c index f4c7c078a5b..b6d19d61dbd 100644 --- a/sys/dev/mii/eephy.c +++ b/sys/dev/mii/eephy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eephy.c,v 1.53 2013/12/28 20:32:16 brad Exp $ */ +/* $OpenBSD: eephy.c,v 1.54 2014/09/14 14:17:25 jsg Exp $ */ /* * Principal Author: Parag Patel * Copyright (c) 2001 @@ -45,7 +45,6 @@ #include <sys/kernel.h> #include <sys/device.h> #include <sys/socket.h> -#include <sys/proc.h> #include <net/if.h> #include <net/if_media.h> |