summaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2005-11-07 13:10:45 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2005-11-07 13:10:45 +0000
commit4a1f4e2a13c4b566742d10fe71c7d25bc4813e01 (patch)
tree5de4c9fb6aa663ccdb5ed645dcb62548a6be232d /sys/dev/puc
parentbeb1654e706766245166b860930f020b2dab57e4 (diff)
Notes
Diffstat (limited to 'sys/dev/puc')
-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 d710f9043c56..696fcd2c1bd5 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>