diff options
-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); |