From d00177ef7e7e57f302f1dbe35e2f8f7d3d30f0ca Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 12 Dec 1999 20:39:35 +0000 Subject: [PATCH] Make this kld'able (#include "joy.h" no longer required as there are no references to NJOY any more after newbusification) --- sys/dev/joy/joy.c | 3 --- sys/isa/joy.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 0d3a4a0e880..a089f3bdd8c 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -26,11 +26,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD$ - * */ -#include "joy.h" - #include #include #include diff --git a/sys/isa/joy.c b/sys/isa/joy.c index 0d3a4a0e880..a089f3bdd8c 100644 --- a/sys/isa/joy.c +++ b/sys/isa/joy.c @@ -26,11 +26,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD$ - * */ -#include "joy.h" - #include #include #include