diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-09-24 10:43:42 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-09-24 10:43:42 +0000 |
| commit | f28d6834e1ed19d60566df46f4c7aa858b7f401f (patch) | |
| tree | a3265813a15fe6b5e12eeea14964262843afe219 /sys/dev/aha | |
| parent | 849ded1371e2456eb2f4a88638bf83a198fd28d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aha')
| -rw-r--r-- | sys/dev/aha/aha_isa.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index 3a1a91dc7571..d1e75c4d8276 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: aha_isa.c,v 1.1 1998/09/15 07:39:55 gibbs Exp $ */ #include <sys/param.h> @@ -42,8 +42,6 @@ #include <cam/scsi/scsi_all.h> -#include "ioconf.h" - static int aha_isa_probe __P((struct isa_device *dev)); static int aha_isa_attach __P((struct isa_device *dev)); static void aha_isa_intr __P((void *unit)); |
