From 0f98688eb00c3698a8d1e60e7a2ed619ed82b0f2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 29 Apr 2002 21:11:02 +0000 Subject: 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. --- sys/dev/wi/if_wi_pci.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'sys') diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c index 28e74940c222..8f6174687e2a 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 #include -#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); -- cgit v1.3