From 96d4258af94bd2a9eec38eda0969044389c23d91 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 3 Apr 2003 21:36:33 +0000 Subject: Use __FBSDID rather than rcsid[]. --- sys/dev/mii/pnphy.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'sys/dev/mii/pnphy.c') diff --git a/sys/dev/mii/pnphy.c b/sys/dev/mii/pnphy.c index 87c0732..e8022ed 100644 --- a/sys/dev/mii/pnphy.c +++ b/sys/dev/mii/pnphy.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$ */ /* @@ -39,6 +37,9 @@ * NWAY to work right is amazingly difficult. */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include @@ -67,11 +68,6 @@ #include "miibus_if.h" -#if !defined(lint) -static const char rcsid[] = - "$FreeBSD$"; -#endif - #define DC_SETBIT(sc, reg, x) \ CSR_WRITE_4(sc, reg, \ CSR_READ_4(sc, reg) | x) -- cgit v1.1