diff options
-rw-r--r-- | sys/dev/ic/smc93cx6var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/smc93cx6var.h b/sys/dev/ic/smc93cx6var.h index b888c20300c..0685611d373 100644 --- a/sys/dev/ic/smc93cx6var.h +++ b/sys/dev/ic/smc93cx6var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smc93cx6var.h,v 1.16 2003/08/15 23:41:47 fgsch Exp $ */ +/* $OpenBSD: smc93cx6var.h,v 1.17 2015/09/12 16:24:14 deraadt Exp $ */ /* $FreeBSD: sys/dev/aic7xxx/93cx6.h,v 1.3 1999/12/29 04:35:33 peter Exp $ */ /* * Interface to the 93C46 serial EEPROM that is used to store BIOS @@ -39,8 +39,6 @@ #ifndef _SMC93CX6VAR_H_ #define _SMC93CX6VAR_H_ -#include <sys/param.h> - #ifdef _KERNEL typedef enum { |