From 565fcd9dbbe0d053aa38ba50223c77a8a4be2d3d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 22 Oct 2001 15:59:49 +0000 Subject: [PATCH] These two used sioreg.h as well. This is mildly bogus, but it is harder to fix right in a hurry. This (almost) fixes LINT. Submitted by: bde --- sys/dev/sound/isa/mpu.c | 2 +- sys/dev/sound/isa/uartsio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/sound/isa/mpu.c b/sys/dev/sound/isa/mpu.c index 14d1653da0c..c0d305e634f 100644 --- a/sys/dev/sound/isa/mpu.c +++ b/sys/dev/sound/isa/mpu.c @@ -42,7 +42,7 @@ #include #include -#include +#include #include static devclass_t midi_devclass; diff --git a/sys/dev/sound/isa/uartsio.c b/sys/dev/sound/isa/uartsio.c index 3577ce58c3f..07c9be3def1 100644 --- a/sys/dev/sound/isa/uartsio.c +++ b/sys/dev/sound/isa/uartsio.c @@ -46,7 +46,7 @@ * */ -#include +#include #include #include