diff options
author | imp <imp@FreeBSD.org> | 2002-04-29 21:11:02 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-04-29 21:11:02 +0000 |
commit | 27836cbf9c19cd97354b5c069d05253bd54292ed (patch) | |
tree | da3fd8bd886a8989c7e1f8b7e43c3ec12e245e92 | |
parent | c6f306a6a4a6f3594e25491c81864a237bb40a01 (diff) | |
download | FreeBSD-src-27836cbf9c19cd97354b5c069d05253bd54292ed.zip FreeBSD-src-27836cbf9c19cd97354b5c069d05253bd54292ed.tar.gz |
We don't need the card_if.h here. It breaks the building of kernels
with wi but without pccard. Also remove an RCS id that I don't think
we need.
-rw-r--r-- | sys/dev/wi/if_wi_pci.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c index 28e7494..8f61746 100644 --- a/sys/dev/wi/if_wi_pci.c +++ b/sys/dev/wi/if_wi_pci.c @@ -28,6 +28,8 @@ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. + * + * $FreeBSD$ */ /* @@ -65,13 +67,6 @@ #include <dev/wi/if_wivar.h> #include <dev/wi/if_wireg.h> -#include "card_if.h" - -#if !defined(lint) -static const char rcsid[] = - "$FreeBSD$"; -#endif - static int wi_pci_probe(device_t); static int wi_pci_attach(device_t); |