diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2008-11-25 08:25:03 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2008-11-25 08:25:03 +0000 |
commit | 3bf36a92e11e7997b6fdbf05d342cd053456f27d (patch) | |
tree | f4988c01304f23713f384ff7da156173f1a0cf54 /sys/dev/usb/if_upgt.c | |
parent | 65966cf2595aff9f45ba6cf87aa89add5fbf3cec (diff) |
upgt(4) doesn't use amrr, remove useless header net80211/ieee80211_amrr.h
ok mglocker@
Diffstat (limited to 'sys/dev/usb/if_upgt.c')
-rw-r--r-- | sys/dev/usb/if_upgt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_upgt.c b/sys/dev/usb/if_upgt.c index 3981c81c901..792b14bf87b 100644 --- a/sys/dev/usb/if_upgt.c +++ b/sys/dev/usb/if_upgt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_upgt.c,v 1.39 2008/10/14 18:01:53 naddy Exp $ */ +/* $OpenBSD: if_upgt.c,v 1.40 2008/11/25 08:25:02 kevlo Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> @@ -49,7 +49,6 @@ #include <netinet/ip.h> #include <net80211/ieee80211_var.h> -#include <net80211/ieee80211_amrr.h> #include <net80211/ieee80211_radiotap.h> #include <dev/usb/usb.h> |