summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc/puc.c
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-11-07 13:10:45 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-11-07 13:10:45 +0000
commit02881cfb024c13140f8d62ba581f3c76bb077758 (patch)
tree5de4c9fb6aa663ccdb5ed645dcb62548a6be232d /sys/dev/puc/puc.c
parent98b0d14e14b1216aafbd1394ba8eac035afdc6c4 (diff)
downloadFreeBSD-src-02881cfb024c13140f8d62ba581f3c76bb077758.zip
FreeBSD-src-02881cfb024c13140f8d62ba581f3c76bb077758.tar.gz
Eliminate tinderbox errors.
Diffstat (limited to 'sys/dev/puc/puc.c')
-rw-r--r--sys/dev/puc/puc.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c
index d710f90..696fcd2 100644
--- a/sys/dev/puc/puc.c
+++ b/sys/dev/puc/puc.c
@@ -1,7 +1,4 @@
/* $NetBSD: puc.c,v 1.7 2000/07/29 17:43:38 jlam Exp $ */
-#ifndef PUC_FASTINTR
-#define PUC_FASTINTR
-#endif
/*-
* Copyright (c) 2002 JF Hay. All rights reserved.
@@ -85,6 +82,11 @@ __FBSDID("$FreeBSD$");
*/
#include "opt_puc.h"
+
+#ifndef PUC_FASTINTR
+#define PUC_FASTINTR
+#endif
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud