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/pci/if_wb.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'sys/pci/if_wb.c') diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index c843db2..fe5ec34 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.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$ */ /* @@ -83,6 +81,9 @@ * three of my test boards seems fine. */ +#include +__FBSDID("$FreeBSD$"); + #include "opt_bdg.h" #include @@ -126,11 +127,6 @@ MODULE_DEPEND(wb, miibus, 1, 1, 1); -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif - /* * Various supported device vendors/types and their names. */ -- cgit v1.1