summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/an/if_an.c')
-rw-r--r--sys/dev/an/if_an.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index 5636d0e..cdf85e9 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -29,7 +29,6 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-
/*
* Aironet 4500/4800 802.11 PCMCIA/ISA/PCI driver for FreeBSD.
*
@@ -38,6 +37,9 @@
* Columbia University, New York City
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
/*
* The Aironet 4500/4800 series cards come in PCMCIA, ISA and PCI form.
* This driver supports all three device types (PCI devices are supported
@@ -79,9 +81,6 @@
* driver handles all of the encapsulation/decapsulation itself.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include "opt_inet.h"
#ifdef INET
OpenPOWER on IntegriCloud