summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_ste.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_ste.c')
-rw-r--r--sys/pci/if_ste.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c
index ecb26a0..4b93da0 100644
--- a/sys/pci/if_ste.c
+++ b/sys/pci/if_ste.c
@@ -28,10 +28,11 @@
* 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$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sockio.h>
@@ -73,11 +74,6 @@
MODULE_DEPEND(ste, miibus, 1, 1, 1);
-#if !defined(lint)
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
/*
* Various supported device vendors/types and their names.
*/
OpenPOWER on IntegriCloud