summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/an/if_an_pci.c')
-rw-r--r--sys/dev/an/if_an_pci.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c
index 466cf56..b3cbb4e 100644
--- a/sys/dev/an/if_an_pci.c
+++ b/sys/dev/an/if_an_pci.c
@@ -28,8 +28,6 @@
* 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$
*/
/*
@@ -52,6 +50,9 @@
* to go through their sales office to get it. Bleh.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_inet.h"
#ifdef INET
@@ -82,11 +83,6 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
#include <dev/an/if_aironet_ieee.h>
#include <dev/an/if_anreg.h>
OpenPOWER on IntegriCloud