From b60359e981c6d2aac32c4f5f28eef6e6811295b7 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sun, 7 Aug 2005 23:53:00 +0000 Subject: [PATCH] Remove a stale __FreeBSD_version check. --- sys/dev/amr/amrvar.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h index 3af12a35063..cfb813c335c 100644 --- a/sys/dev/amr/amrvar.h +++ b/sys/dev/amr/amrvar.h @@ -56,11 +56,9 @@ * $FreeBSD$ */ -#if __FreeBSD_version >= 500005 -# include -# include -# include -#endif +#include +#include +#include #define LSI_DESC_PCI "LSILogic MegaRAID 1.51"