aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amrvar.h
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2005-08-07 23:53:00 +0000
committerScott Long <scottl@FreeBSD.org>2005-08-07 23:53:00 +0000
commitb60359e981c6d2aac32c4f5f28eef6e6811295b7 (patch)
tree5e494bc49df1c31cdf3897c063b6ec941b17b8bf /sys/dev/amr/amrvar.h
parent4b910da2eafd1f7b5472684908a0e6a6fe69e2ee (diff)
downloadsrc-b60359e981c6d2aac32c4f5f28eef6e6811295b7.tar.gz
src-b60359e981c6d2aac32c4f5f28eef6e6811295b7.zip
Remove a stale __FreeBSD_version check.
Notes
Notes: svn path=/head/; revision=148841
Diffstat (limited to 'sys/dev/amr/amrvar.h')
-rw-r--r--sys/dev/amr/amrvar.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h
index 3af12a35063e..cfb813c335cb 100644
--- a/sys/dev/amr/amrvar.h
+++ b/sys/dev/amr/amrvar.h
@@ -56,11 +56,9 @@
* $FreeBSD$
*/
-#if __FreeBSD_version >= 500005
-# include <geom/geom_disk.h>
-# include <sys/lock.h>
-# include <sys/mutex.h>
-#endif
+#include <geom/geom_disk.h>
+#include <sys/lock.h>
+#include <sys/mutex.h>
#define LSI_DESC_PCI "LSILogic MegaRAID 1.51"