diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-20 22:05:45 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-04-20 22:05:45 +0000 |
commit | db10abfb640a50974a18e7061ec7790337b03345 (patch) | |
tree | fa36581e05f4028667b2e8de73179d482314e768 /sys/dev/usb/if_ral.c | |
parent | 0ae0e081f1d14c8b45bec997d2a96673cc9f8f7b (diff) |
remove proc.h include from uvm_map.h. This has far reaching effects, as
sysctl.h was reliant on this particular include, and many drivers included
sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed.
ok deraadt
Diffstat (limited to 'sys/dev/usb/if_ral.c')
-rw-r--r-- | sys/dev/usb/if_ral.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c index 59a25ce5aa5..7f16572aef0 100644 --- a/sys/dev/usb/if_ral.c +++ b/sys/dev/usb/if_ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ral.c,v 1.111 2009/10/13 19:33:17 pirofti Exp $ */ +/* $OpenBSD: if_ral.c,v 1.112 2010/04/20 22:05:43 tedu Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -26,7 +26,6 @@ #include <sys/param.h> #include <sys/sockio.h> -#include <sys/sysctl.h> #include <sys/mbuf.h> #include <sys/kernel.h> #include <sys/socket.h> |