summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-10-12 16:15:24 +0000
committerbde <bde@FreeBSD.org>2000-10-12 16:15:24 +0000
commitb258f7d986b12b8f2e081344ec4f7c0d76d5c366 (patch)
tree07affdffd48f40b5a6fb661a2d007b7ea71073ff /sys/dev/cy
parentb7652345a9227c5728b9d4bc4a7f3b6a236b76b7 (diff)
downloadFreeBSD-src-b258f7d986b12b8f2e081344ec4f7c0d76d5c366.zip
FreeBSD-src-b258f7d986b12b8f2e081344ec4f7c0d76d5c366.tar.gz
Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c2
-rw-r--r--sys/dev/cy/cy_isa.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 8524228c..5e0ea56 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -81,9 +81,7 @@
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <machine/clock.h>
-#ifndef SMP
#include <machine/lock.h>
-#endif
#include <machine/psl.h>
#include <i386/isa/isa_device.h>
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index 8524228c..5e0ea56 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -81,9 +81,7 @@
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <machine/clock.h>
-#ifndef SMP
#include <machine/lock.h>
-#endif
#include <machine/psl.h>
#include <i386/isa/isa_device.h>
OpenPOWER on IntegriCloud