summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-04-29 21:11:02 +0000
committerWarner Losh <imp@FreeBSD.org>2002-04-29 21:11:02 +0000
commit0f98688eb00c3698a8d1e60e7a2ed619ed82b0f2 (patch)
treeda3fd8bd886a8989c7e1f8b7e43c3ec12e245e92
parentd00a7c247a502178bb2927292689858b85c13ca6 (diff)
Notes
-rw-r--r--sys/dev/wi/if_wi_pci.c9
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 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 <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);