diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-02-02 01:48:40 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-02-02 01:48:40 +0000 |
| commit | ed4f8196d0116ce967efaa580a7679b23bb5965b (patch) | |
| tree | a2f80d34292fe5926bb70574907a880b1fa18494 | |
| parent | 728ef5b2b0b385629e3e326fd0645f83e3e98b49 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/api_up1000.c | 1 | ||||
| -rw-r--r-- | sys/alpha/alpha/dec_1000a.c | 1 | ||||
| -rw-r--r-- | sys/alpha/alpha/dec_2100_a50.c | 1 | ||||
| -rw-r--r-- | sys/alpha/alpha/dec_2100_a500.c | 2 | ||||
| -rw-r--r-- | sys/alpha/alpha/dec_eb64plus.c | 1 | ||||
| -rw-r--r-- | sys/alpha/alpha/dec_kn20aa.c | 1 | ||||
| -rw-r--r-- | sys/alpha/alpha/dec_st550.c | 1 |
7 files changed, 0 insertions, 8 deletions
diff --git a/sys/alpha/alpha/api_up1000.c b/sys/alpha/alpha/api_up1000.c index 86218b1a523a..1d0a774f0225 100644 --- a/sys/alpha/alpha/api_up1000.c +++ b/sys/alpha/alpha/api_up1000.c @@ -45,7 +45,6 @@ #include <alpha/pci/irongatereg.h> #include <alpha/pci/irongatevar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED diff --git a/sys/alpha/alpha/dec_1000a.c b/sys/alpha/alpha/dec_1000a.c index 6cd456b26e53..97edea9da251 100644 --- a/sys/alpha/alpha/dec_1000a.c +++ b/sys/alpha/alpha/dec_1000a.c @@ -92,7 +92,6 @@ #include <pci/pcivar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED diff --git a/sys/alpha/alpha/dec_2100_a50.c b/sys/alpha/alpha/dec_2100_a50.c index 3e5dfd15c473..bf34b680c2d2 100644 --- a/sys/alpha/alpha/dec_2100_a50.c +++ b/sys/alpha/alpha/dec_2100_a50.c @@ -50,7 +50,6 @@ #include <alpha/pci/apecsreg.h> #include <alpha/pci/apecsvar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED #define CONSPEED TTYDEF_SPEED diff --git a/sys/alpha/alpha/dec_2100_a500.c b/sys/alpha/alpha/dec_2100_a500.c index 15973ba6efa8..b99d429330f6 100644 --- a/sys/alpha/alpha/dec_2100_a500.c +++ b/sys/alpha/alpha/dec_2100_a500.c @@ -1,4 +1,3 @@ -/* * Copyright (c) 2000 Andrew Gallatin * All rights reserved. * @@ -43,7 +42,6 @@ #include <alpha/pci/t2var.h> #include <alpha/pci/t2reg.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED #define CONSPEED TTYDEF_SPEED diff --git a/sys/alpha/alpha/dec_eb64plus.c b/sys/alpha/alpha/dec_eb64plus.c index 4cc3760ab7e7..6fad014a2dc0 100644 --- a/sys/alpha/alpha/dec_eb64plus.c +++ b/sys/alpha/alpha/dec_eb64plus.c @@ -66,7 +66,6 @@ #include <alpha/pci/apecsreg.h> #include <alpha/pci/apecsvar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED diff --git a/sys/alpha/alpha/dec_kn20aa.c b/sys/alpha/alpha/dec_kn20aa.c index 0cbb8971ed03..49c87a4aad64 100644 --- a/sys/alpha/alpha/dec_kn20aa.c +++ b/sys/alpha/alpha/dec_kn20aa.c @@ -47,7 +47,6 @@ #include <alpha/pci/ciareg.h> #include <alpha/pci/ciavar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED diff --git a/sys/alpha/alpha/dec_st550.c b/sys/alpha/alpha/dec_st550.c index a5f2ad69cd12..5989679142f9 100644 --- a/sys/alpha/alpha/dec_st550.c +++ b/sys/alpha/alpha/dec_st550.c @@ -52,7 +52,6 @@ #include <alpha/pci/ciareg.h> #include <alpha/pci/ciavar.h> -#include "sio.h" #include "sc.h" #ifndef CONSPEED |
