diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-09-08 05:36:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-09-08 05:36:54 +0000 |
commit | d57c7d7b30add2ecd463f68aef3651ef7bca7eb7 (patch) | |
tree | 57cbf3ade2a9c95a25842cb657179cb4f8c78a82 /sys/dev/ic/aic6250.c | |
parent | 52b7fef1a1e427e7790b90eb2733372c2c8575ba (diff) |
If you use sys/param.h, you don't need sys/types.h
Diffstat (limited to 'sys/dev/ic/aic6250.c')
-rw-r--r-- | sys/dev/ic/aic6250.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/aic6250.c b/sys/dev/ic/aic6250.c index d438d82ee3a..23297285bc9 100644 --- a/sys/dev/ic/aic6250.c +++ b/sys/dev/ic/aic6250.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic6250.c,v 1.3 2017/04/30 16:45:45 mpi Exp $ */ +/* $OpenBSD: aic6250.c,v 1.4 2017/09/08 05:36:52 deraadt Exp $ */ /* * Copyright (c) 2010, 2013 Miodrag Vallat. @@ -105,7 +105,6 @@ /* End of customizable parameters */ -#include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> |